Skip to content

Commit 209d841

Browse files
chore(deps): bump actions/checkout from 3.5.3 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b04007 commit 209d841

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
egress-policy: audit
3131

3232
- name: "Setup: Checkout"
33-
uses: "actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9" # v3
33+
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v3
3434
- name: "Check: Dependency Review"
3535
uses: "actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4" # v3
3636
continue-on-error: true
@@ -68,7 +68,7 @@ jobs:
6868
egress-policy: audit
6969

7070
- name: "Setup: Checkout"
71-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
71+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3
7272
- name: "Setup: GraalVM (Java ${{ vars.JVM_VERSION }})"
7373
uses: graalvm/setup-graalvm@2f25c0caae5b220866f732832d5e3e29ff493338 # v1
7474
with:

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
39+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)