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 9494
9595 # Push the Snyk Code results into GitHub Code Scanning tab
9696 - name : Upload result to GitHub Code Scanning
97- uses : github/codeql-action/upload-sarif@ef36b69c6d7c22bd9d0183f534d82d47639dc745
97+ uses : github/codeql-action/upload-sarif@f53ec7c550f4c3cafe07061ed7fba6f002286003
9898 env :
9999 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
100100 with :
Original file line number Diff line number Diff line change @@ -176,14 +176,14 @@ jobs:
176176
177177 - name : Initialize CodeQL
178178 if : matrix.tool == 'codeql'
179- uses : github/codeql-action/init@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
179+ uses : github/codeql-action/init@f53ec7c550f4c3cafe07061ed7fba6f002286003 # Pin to v3 or similar
180180 with :
181181 languages : python
182182 # Add queries if needed: queries: +security-extended,etc.
183183
184184 - name : Perform CodeQL Analysis
185185 if : matrix.tool == 'codeql'
186- uses : github/codeql-action/analyze@ef36b69c6d7c22bd9d0183f534d82d47639dc745 # Pin to v3 or similar
186+ uses : github/codeql-action/analyze@f53ec7c550f4c3cafe07061ed7fba6f002286003 # Pin to v3 or similar
187187 with :
188188 # Output path is handled by the action, will be in 'codeql_results/python.sarif' typically
189189 # Let's use the default and find it later
You can’t perform that action at this time.
0 commit comments