Skip to content

Commit b58cc67

Browse files
authored
chore: Update GH actions version to pin commit hash (#228)
* chore: Update checkout action version in release workflow * chore: Update action versions in used-by workflow
1 parent d763a63 commit b58cc67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
re-tag:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v7
24+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2525
with:
2626
fetch-depth: 0
2727
ref: ${{ inputs.ref }}

.github/workflows/used-by.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
used-by:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v7
18-
- uses: shenxianpeng/used-by@v0.1.5
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18+
- uses: shenxianpeng/used-by@4c0501cd4b6370c275b50d46400538ae90b8e7a9 # v0.1.5
1919
with:
2020
repo: '${{ github.repository }}'
2121
update-badge: 'true'

0 commit comments

Comments
 (0)