File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
27- uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
27+ uses : github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
2828 with :
2929 languages : python
3030
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
32+ uses : github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2323 with :
2424 python-version : 3.x
25- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
25+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2626 with :
2727 key : ${{ github.ref }}
2828 path : .cache
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 version : latest
115115
116116 - name : Log in to the GitHub Container Registry
117- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
117+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
118118 with :
119119 registry : ghcr.io
120120 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 7171 # Upload the results to GitHub's code scanning dashboard (optional).
7272 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
74+ uses : github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5252 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
5353
5454 - name : Upload result to GitHub Code Scanning
55- uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
55+ uses : github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
5656 with :
5757 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 4545 sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
4646
4747 - name : Upload result to GitHub Code Scanning
48- uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
48+ uses : github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
4949 with :
5050 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 - name : Download PR number artifact
23- uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
23+ uses : dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
2424 with :
2525 workflow : Tests
2626 run_id : ${{ github.event.workflow_run.id }}
3131 with :
3232 path : ./PR_NUMBER
3333 - name : Download Test Coverage
34- uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
34+ uses : dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
3535 with :
3636 workflow : Tests
3737 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237
238238 steps :
239239 - name : Log in to the GitHub Container Registry
240- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
240+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
241241 with :
242242 registry : ghcr.io
243243 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments