Skip to content

Commit 1ddaf84

Browse files
ci: pin install action dependencies
Pin the external actions used by the shared install composite action so the cache-hardening PR satisfies the repository Actions policy.
1 parent efc764b commit 1ddaf84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ runs:
55

66
steps:
77
- name: Install node
8-
uses: actions/setup-node@v4
8+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
99
with:
1010
node-version: 18
1111

1212
- name: Install Foundry
13-
uses: foundry-rs/foundry-toolchain@v1
13+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1
1414

1515
- name: Install dependencies
1616
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)