Skip to content

Commit

Permalink
Merge pull request #304 from Aiven-Open/anatolii/fix-codeql-gh-action
Browse files Browse the repository at this point in the history
chore: fixed CodeQL GH action
  • Loading branch information
gharris1727 authored Oct 2, 2024
2 parents 206abe7 + 6f8bfca commit 0e4572c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
run: ./gradlew build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.3.5
uses: github/codeql-action/analyze@v3

0 comments on commit 0e4572c

Please sign in to comment.