File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 steps :
1313 - name : Check out the codebase
14- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1515
1616 - name : Set up Python 3
1717 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Check out the codebase
20- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2121
2222 - name : Set up Python 3
2323 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
6868 steps :
6969 - name : Check out the codebase
7070 if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
71- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
71+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7272
7373 - name : Set up Python 3
7474 if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
Original file line number Diff line number Diff line change 2929 # checks: read # To detect SAST tools
3030 steps :
3131 - name : Check out the codebase
32- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3333 with :
3434 persist-credentials : false
3535
@@ -50,14 +50,14 @@ jobs:
5050
5151 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
5252 - name : Upload artifact
53- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
53+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5454 with :
5555 name : SARIF file
5656 path : results.sarif
5757 retention-days : 5
5858
5959 # Upload the results to GitHub's code scanning dashboard.
6060 - name : Upload SARIF results to code scanning
61- uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
61+ uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
6262 with :
6363 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments