Skip to content

Commit ee982be

Browse files
committed
chore: pin actions/checkout to a full-length commit SHA
1 parent d2b5e6b commit ee982be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Lint (node.js 20 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
- name: Use node.js 20
1616
uses: actions/setup-node@v4.0.2
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test (node.js 20 on ubuntu-latest)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
- name: Use node.js 20
1616
uses: actions/setup-node@v4.0.2
1717
with:

0 commit comments

Comments
 (0)