Skip to content

chore(deps): bump com.rabbitmq:amqp-client from 5.18.0 to 5.19.0 (#53) #106

chore(deps): bump com.rabbitmq:amqp-client from 5.18.0 to 5.19.0 (#53)

chore(deps): bump com.rabbitmq:amqp-client from 5.18.0 to 5.19.0 (#53) #106

name: CodeQL
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**/*.md'
- 'docs/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2