We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bf3ac5 + 938378a commit d462c93Copy full SHA for d462c93
.github/workflows/check-tag.yml
@@ -9,7 +9,7 @@ jobs:
9
check:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
13
- name: Run checks
14
run: |
15
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md
.github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
test:
# No caching as we're expected to run rarely
- name: Install dependencies and run checks
16
0 commit comments