Skip to content

Commit

Permalink
Merge dependabot/github_actions/github/codeql-action-3 into combined-…
Browse files Browse the repository at this point in the history
…prs-branch
  • Loading branch information
junit-builds authored Dec 18, 2023
2 parents cc1894f + 7270ad8 commit 1b54d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
tools: latest
Expand All @@ -44,4 +44,4 @@ jobs:
-Dscan.tag.CodeQL
allMainClasses
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 1b54d68

Please sign in to comment.