We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf3ac5 commit e242ecbCopy full SHA for e242ecb
.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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