Skip to content

Commit

Permalink
Merge pull request #109 from TEIC/dependabot/github_actions/github/co…
Browse files Browse the repository at this point in the history
…deql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
peterstadler authored Nov 8, 2024
2 parents 771178d + 21dacd4 commit b0651c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
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.
Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
run: mvn clean package --file pom.xml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit b0651c8

Please sign in to comment.