Skip to content

Commit 2bc66f1

Browse files
committed
fix: pin GitHub Actions to SHA for supply chain security
1 parent 317fea6 commit 2bc66f1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
contents: write
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Bump version & push tag
18-
uses: anothrNick/github-tag-action@v1
18+
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
TAG_PREFIX: v

.github/workflows/label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/github-script@v8
13+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
1414
with:
1515
script: |
1616
github.rest.issues.addLabels({

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
# Ensures default fresh checkout can create containers.
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
- run: docker compose up --no-start

0 commit comments

Comments
 (0)