Skip to content

Commit 5b5f8d4

Browse files
Update actions/checkout digest to 08eba0b
1 parent dabc7f9 commit 5b5f8d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
11-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1212
with:
1313
persist-credentials: false
1414

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout 🛎️
9-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
9+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
1010
with:
1111
persist-credentials: false
1212

0 commit comments

Comments
 (0)