Skip to content

Commit ea13ef6

Browse files
authored
Merge branch 'main' into rust-frontend
Signed-off-by: Arthur Chan <[email protected]>
2 parents 236b32e + b507e2b commit ea13ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd
50+
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,4 +68,4 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd
71+
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda

.github/workflows/scorecards-analysis.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@662472033e021d55d94146f66f6058822b0b39fd # v1.0.26
52+
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v1.0.26
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)