Skip to content

Commit ddb8a65

Browse files
committed
update codeql-action to v2
updating codeql github actions to v2, as v1 version will be deprecated in Dec'22. Signed-off-by: Akhil Mohan <[email protected]>
1 parent e282d0f commit ddb8a65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

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

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v1
35+
uses: github/codeql-action/init@v2
3636
# Override language selection by uncommenting this and choosing your languages
3737
# with:
3838
# languages: go, javascript, csharp, python, cpp, java
@@ -42,4 +42,4 @@ jobs:
4242
make
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v1
45+
uses: github/codeql-action/analyze@v2

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949

5050
# Upload the results to GitHub's code scanning dashboard.
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
52+
uses: github/codeql-action/upload-sarif@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)