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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678
97+ uses : github/codeql-action/upload-sarif@362ef4ce205154842cd1d34794abd82bb8f12cd5
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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678 # Pin to v3 or similar
179+ uses : github/codeql-action/init@362ef4ce205154842cd1d34794abd82bb8f12cd5 # 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@e13fe0dd2d51f2b63b05fee9b9cda14b2050f678 # Pin to v3 or similar
186+ uses : github/codeql-action/analyze@362ef4ce205154842cd1d34794abd82bb8f12cd5 # 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