Skip to content

Commit 50fbf13

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 74a2b9e commit 50fbf13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Git Checkout
3131
- name: Checkout Code
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }} # secrets.PAT ||
3535
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
fetch-depth: 0

0 commit comments

Comments
 (0)