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 d763a63 commit b58cc67Copy full SHA for b58cc67
2 files changed
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
re-tag:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v7
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25
with:
26
fetch-depth: 0
27
ref: ${{ inputs.ref }}
.github/workflows/used-by.yml
@@ -14,8 +14,8 @@ jobs:
14
used-by:
15
16
17
18
- - uses: shenxianpeng/used-by@v0.1.5
+ - uses: shenxianpeng/used-by@4c0501cd4b6370c275b50d46400538ae90b8e7a9 # v0.1.5
19
20
repo: '${{ github.repository }}'
update-badge: 'true'
0 commit comments