Skip to content

Commit 8902329

Browse files
authored
Merge pull request #236 from OWASP-Benchmark/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 2cdd9da + 1c10029 commit 8902329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
queries: security-extended, security-experimental, security-and-quality
@@ -43,7 +43,7 @@ jobs:
4343
run: mvn -DskipTests=true install
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3
4747

4848
- name: Upload Output
4949
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)