Skip to content

Commit c94297e

Browse files
chore(deps): update actions/checkout action
1 parent 4bc25fe commit c94297e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: "Checkout code"
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4040
with:
4141
persist-credentials: false
4242

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
container:
2525
image: returntocorp/semgrep@sha256:bacb1190716dab2b1708dc63c5bf11f6014c16511e5117f83592acbc5530087a
2626
steps:
27-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
27+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2828
- run: semgrep ci

0 commit comments

Comments
 (0)