Skip to content

Commit c2acd09

Browse files
Update github/codeql-action digest to 277b897
1 parent 56654f8 commit c2acd09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/security.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
with:
1515
fetch-depth: 2
1616
- name: Initialize CodeQL
17-
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
17+
uses: github/codeql-action/init@277b89701e930e6af7a758f50afa5185bfc53c81 # v2
1818
continue-on-error: true
1919
id: initcodeql
2020
- name: Autobuild
2121
if: steps.initcodeql.outcome == 'success'
22-
uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
22+
uses: github/codeql-action/autobuild@277b89701e930e6af7a758f50afa5185bfc53c81 # v2
2323
- name: Perform CodeQL Analysis
2424
if: steps.initcodeql.outcome == 'success'
25-
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
25+
uses: github/codeql-action/analyze@277b89701e930e6af7a758f50afa5185bfc53c81 # v2
2626

2727
ShiftLeft:
2828
runs-on: ubuntu-latest
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
output: reports
3939
- name: Upload report
40-
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
40+
uses: github/codeql-action/upload-sarif@277b89701e930e6af7a758f50afa5185bfc53c81 # v2
4141
with:
4242
sarif_file: reports

0 commit comments

Comments
 (0)