Skip to content

Commit 787d7c2

Browse files
security: pin asdf-vm/actions/setup action to commit SHA
- Replace asdf-vm/actions/setup@v4 with full commit SHA (b7bcd026f18772e44fe1026d729e1611cc435d47) - Applied to docs-stage-1-commit.yaml and stage-1-commit.yaml - Prevents supply chain attacks via tag/branch manipulation - Added comment indicating this is v4 for maintainability
1 parent e58708f commit 787d7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: "Checkout code"
146146
uses: actions/checkout@v5
147147
- name: "Setup ASDF"
148-
uses: asdf-vm/actions/setup@v4
148+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
149149
- name: "Perform Setup"
150150
uses: ./.github/actions/setup
151151
- name: "Trivy Scan"

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: "Checkout code"
157157
uses: actions/checkout@v5
158158
- name: "Setup ASDF"
159-
uses: asdf-vm/actions/setup@v4
159+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
160160
- name: "Perform Setup"
161161
uses: ./.github/actions/setup
162162
- name: "Trivy Scan"

0 commit comments

Comments
 (0)