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 133f9a2 commit cc65954Copy full SHA for cc65954
.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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