Skip to content

Update dependency com.rabbitmq:amqp-client to v5.22.0 (release/5.0.x) #2652

Update dependency com.rabbitmq:amqp-client to v5.22.0 (release/5.0.x)

Update dependency com.rabbitmq:amqp-client to v5.22.0 (release/5.0.x) #2652

Workflow file for this run

---
name: "Qodana"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
- 'release/*'
jobs:
qodana:
runs-on: "ubuntu-latest"
permissions:
contents: "write"
pull-requests: "write"
checks: "write"
security-events: "write"
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@c5a69b02e6c1adb092153f7a479169a4b9f3a1cf # v2024.1.9
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json