Commit caa0697 1 parent 3f66566 commit caa0697 Copy full SHA for caa0697
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
25
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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:550dfdac1ec5d4a757d1c2ac0197a6360ef3ac8e3d0a804731eab07242e91b4c
29
29
steps :
30
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
30
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
23
24
24
- name : cache mise
25
25
uses : jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v2.0.6
You can’t perform that action at this time.
0 commit comments