Skip to content

Commit 306afbf

Browse files
ci(action): update actions/checkout digest to 1d96c77 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e317ab commit 306afbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
4242

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: release
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Lint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1010
- uses: actions/setup-node@v4
1111
with:
1212
node-version-file: "package.json"
@@ -17,7 +17,7 @@ jobs:
1717
name: "[TEST] README example"
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version-file: "package.json"

0 commit comments

Comments
 (0)