Skip to content

Commit 54bb53d

Browse files
authored
Merge pull request #7151 from tautschnig/cleanup/codeql-upgrade
Upgrade CodeQL GitHub action to v2
2 parents 318a031 + 524aa79 commit 54bb53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v1
31+
uses: github/codeql-action/init@v2
3232
with:
3333
languages: ${{ matrix.language }}
3434
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,4 +46,4 @@ jobs:
4646
make -C jbmc/unit -j2
4747
4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v1
49+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)