Skip to content

Commit 1b5a087

Browse files
authored
Merge pull request #37 from scop/renovate/pin-dependencies
chore(deps): pin actions/checkout action to 11bd719
2 parents 13a9501 + 33bb3ba commit 1b5a087

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@v4
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [macos-latest, ubuntu-latest]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
# No caching as we're expected to run rarely
1818
- name: Install dependencies and run checks
1919
shell: bash

0 commit comments

Comments
 (0)