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 11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Check out the codebase
14
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15
15
16
16
- name : Set up Python 3
17
17
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-24.04
18
18
steps :
19
19
- name : Check out the codebase
20
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
21
22
22
- name : Set up Python 3
23
23
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
68
68
steps :
69
69
- name : Check out the codebase
70
70
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
72
72
73
73
- name : Set up Python 3
74
74
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
Original file line number Diff line number Diff line change 29
29
# checks: read # To detect SAST tools
30
30
steps :
31
31
- name : Check out the codebase
32
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
33
33
with :
34
34
persist-credentials : false
35
35
@@ -50,14 +50,14 @@ jobs:
50
50
51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
52
52
- name : Upload artifact
53
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
53
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
54
54
with :
55
55
name : SARIF file
56
56
path : results.sarif
57
57
retention-days : 5
58
58
59
59
# Upload the results to GitHub's code scanning dashboard.
60
60
- 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
62
62
with :
63
63
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments