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.
2 parents 13a9501 + 33bb3ba commit 1b5a087Copy full SHA for 1b5a087
.github/workflows/check-tag.yml
@@ -9,7 +9,7 @@ jobs:
9
check:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- name: Run checks
14
run: |
15
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md
.github/workflows/check.yml
@@ -13,7 +13,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
16
17
# No caching as we're expected to run rarely
18
- name: Install dependencies and run checks
19
shell: bash
0 commit comments