File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
26
26
with :
27
27
persist-credentials : false
28
28
@@ -37,14 +37,14 @@ jobs:
37
37
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
38
38
# format to the repository Actions tab.
39
39
- name : " Upload artifact"
40
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
40
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
41
41
with :
42
42
name : SARIF file
43
43
path : results.sarif
44
44
retention-days : 5
45
45
46
46
# Upload the results to GitHub's code scanning dashboard.
47
47
- name : " Upload to code-scanning"
48
- uses : github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
48
+ uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 37
37
packages : write
38
38
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
41
41
42
42
- name : Environment setup
43
43
uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
46
46
47
47
- name : Environment setup
48
48
uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
You can’t perform that action at this time.
0 commit comments