Skip to content

Commit c7dc069

Browse files
chore(deps): update actions/checkout action (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efe5a9f commit c7dc069

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4040
with:
4141
persist-credentials: false
4242

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
container:
2424
image: returntocorp/semgrep@sha256:bacb1190716dab2b1708dc63c5bf11f6014c16511e5117f83592acbc5530087a
2525
steps:
26-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
26+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2727
- run: semgrep ci

0 commit comments

Comments
 (0)