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 c2fce5e commit c04b81cCopy full SHA for c04b81c
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
timeout-minutes: 5
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38
with:
39
fetch-depth: 0
40
- name: Set up Ruby
.github/workflows/verify-action-pins.yml
@@ -9,7 +9,7 @@ jobs:
9
verify_action_pins:
10
11
12
13
- name: Check SHA pins
14
run: |
15
if grep -E -r "uses: .*/.*@(v[0-9]+|main|master)($|[[:space:]]|$)" --include="*.yml" --include="*.yaml" .github/workflows/ | grep -v "#"; then
0 commit comments