Commit 3043b17 1 parent 474d722 commit 3043b17 Copy full SHA for 3043b17
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
fail-fast : false # Don't cancel running checks because one fails
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
26
26
with :
27
27
# Disabling shallow clone is recommended for improving relevancy of reporting
28
28
fetch-depth : 0
Original file line number Diff line number Diff line change 13
13
integration-test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17
17
with :
18
18
# Disabling shallow clone is recommended for improving relevancy of reporting
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3
23
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24
24
with :
25
25
# Disabling shallow clone is recommended for improving relevancy of reporting
26
26
fetch-depth : 0
Original file line number Diff line number Diff line change 27
27
container :
28
28
image : returntocorp/semgrep@sha256:18fcd539c83a1e8a3df78e77dddce457511f25dc2bd92b6e3bf999f51ab425d3
29
29
steps :
30
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
30
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31
31
- run : semgrep ci
Original file line number Diff line number Diff line change 19
19
sonarcloud :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
23
with :
24
24
# Disabling shallow clone is recommended for improving relevancy of reporting
25
25
fetch-depth : 0
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
23
24
24
- name : cache mise
25
25
uses : jdx/mise-action@0c39a522dfbced3ed83924152c45804a71ce216f # v2.0.4
You can’t perform that action at this time.
0 commit comments