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 ef59ff0 commit b65c691Copy full SHA for b65c691
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
pull-requests: write
29
issues: write
30
steps:
31
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.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