Skip to content

Commit d462c93

Browse files
authored
Merge pull request #23 from scop/renovate/pin-dependencies
chore(deps): pin actions/checkout action to 93cb6ef
2 parents 1bf3ac5 + 938378a commit d462c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313
- name: Run checks
1414
run: |
1515
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414
# No caching as we're expected to run rarely
1515
- name: Install dependencies and run checks
1616
run: |

0 commit comments

Comments
 (0)