Skip to content

Commit cb882b1

Browse files
authored
Merge pull request #351 from enterprise-contract/dependabot/github_actions/actions/checkout-4.2.1
2 parents cd477aa + ea544ab commit cb882b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
HUGO_VERSION: 0.111.3
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3434

3535
- name: Setup NodeJS environment
3636
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "PR_NUMBER=${PR_NUMBER}" >> $GITHUB_OUTPUT
6868
echo "PR_URL=https://github.com/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" >> $GITHUB_OUTPUT
6969
- name: Checkout
70-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
70+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7171
with:
7272
path: code
7373
- name: Preview

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
disable-telemetry: true
3838

3939
- name: "Checkout code"
40-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4141
with:
4242
persist-credentials: false
4343

0 commit comments

Comments
 (0)