Skip to content

Commit 588e78b

Browse files
renovate[bot]Copilotwolfy1339
authored
ci(action): unpin actions/checkout (#370)
* ci(action): update actions/checkout digest to 93cb6ef * [WIP] Update actions/checkout digest to 93cb6ef (#376) * Initial plan * Change checkout action from commit hash to v5 tag Co-authored-by: wolfy1339 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wolfy1339 <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: wolfy1339 <[email protected]>
1 parent d7431aa commit 588e78b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+
uses: actions/checkout@v5
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
@@ -18,7 +18,7 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-node@v6
2323
with:
2424
node-version: lts/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 22
1818
- 24
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@v5
2121
- name: Use Node.js ${{ matrix.node_version }}
2222
uses: actions/setup-node@v6
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- run: exit 1
3636
if: ${{ needs.test_matrix.result != 'success' }}
37-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37+
- uses: actions/checkout@v5
3838
- run: npm ci
3939
- run: npm run lint
4040
- run: npm run build

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v6
1212
with:
1313
cache: npm

0 commit comments

Comments
 (0)