File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
95
95
# Push the Snyk Code results into GitHub Code Scanning tab
96
96
- name : Upload result to GitHub Code Scanning
97
- uses : github/codeql-action/upload-sarif@ef36b69c6d7c22bd9d0183f534d82d47639dc745
97
+ uses : github/codeql-action/upload-sarif@2d2f57ed3a96a5c55ea34a02d2787de24943ebea
98
98
env :
99
99
SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
100
100
with :
Original file line number Diff line number Diff line change @@ -176,14 +176,14 @@ jobs:
176
176
177
177
- name : Initialize CodeQL
178
178
if : matrix.tool == 'codeql'
179
- uses : github/codeql-action/init@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
179
+ uses : github/codeql-action/init@2d2f57ed3a96a5c55ea34a02d2787de24943ebea # Pin to v3 or similar
180
180
with :
181
181
languages : python
182
182
# Add queries if needed: queries: +security-extended,etc.
183
183
184
184
- name : Perform CodeQL Analysis
185
185
if : matrix.tool == 'codeql'
186
- uses : github/codeql-action/analyze@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
186
+ uses : github/codeql-action/analyze@2d2f57ed3a96a5c55ea34a02d2787de24943ebea # Pin to v3 or similar
187
187
with :
188
188
# Output path is handled by the action, will be in 'codeql_results/python.sarif' typically
189
189
# Let's use the default and find it later
You can’t perform that action at this time.
0 commit comments