Skip to content

Commit ee7ee5f

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent 38b9e46 commit ee7ee5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Git Checkout
2929
- name: Checkout Code
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
with:
3232
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3333
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Git Checkout
2929
- name: Checkout Code
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
fetch-depth: 0

0 commit comments

Comments
 (0)