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 3ac90b4 commit 07a967cCopy full SHA for 07a967c
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
pull-requests: write
29
issues: write
30
steps:
31
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32
33
- uses: capralifecycle/actions-lib/check-runtime-dependencies@0ce63296cc44accd75acd8d0c56e73014b937e83 # v1.6.3
34
.github/workflows/update-snapshots.yml
@@ -59,7 +59,7 @@ jobs:
59
});
60
core.setOutput('head_ref', pr.head.ref);
61
62
63
with:
64
ref: ${{ steps.pr.outputs.head_ref }}
65
fetch-depth: 0
0 commit comments