Skip to content

Commit b3d87c5

Browse files
committed
pin more actions
1 parent 46b463b commit b3d87c5

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/api-extractor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ">=23.6.0"
2323

2424
- name: Install dependencies (with cache)
25-
uses: bahmutov/npm-install@v1
25+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
2626

2727
# Builds the library and runs the api extractor
2828
- name: Run Api-Extractor

.github/workflows/arethetypeswrong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ">=23.6.0"
2626
- name: Install dependencies (with cache)
27-
uses: bahmutov/npm-install@v1
27+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
2828

2929
- name: Run build
3030
run: npm run build

.github/workflows/cleanup-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
node-version: ">=23.6.0"
5151

5252
- name: Install dependencies (with cache)
53-
uses: bahmutov/npm-install@v1
53+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
5454

5555
- name: Run Api-Extractor
5656
run: npm run extract-api

.github/workflows/compare-build-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ">=23.6.0"
2525
- name: Install dependencies (with cache)
26-
uses: bahmutov/npm-install@v1
26+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
2727

2828
- name: Run comparison script
2929
id: attw

.github/workflows/docmodel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ">=23.6.0"
2323

2424
- name: Install dependencies (with cache)
25-
uses: bahmutov/npm-install@v1
25+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
2626

2727
- name: Generate documentation model
2828
run: npm run docmodel

.github/workflows/knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
persist-credentials: false
1616
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1717
- name: Install dependencies (with cache)
18-
uses: bahmutov/npm-install@v1
18+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
1919
- name: Run knip
2020
run: npm run knip

.github/workflows/publish-pr-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
file-filter: "scripts/codemods/ac3-to-ac4/**"
4343

4444
- name: Install dependencies with cache
45-
uses: bahmutov/npm-install@v1
45+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
4646

4747
- name: Build AC
4848
run: npm run build

.github/workflows/scheduled-test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3434
with:
3535
node-version: ">=23.6.0"
36-
- uses: bahmutov/npm-install@v1
36+
- uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
3737
- run: |
3838
npm install react@${MATRIX_TAG} react-dom@${MATRIX_TAG}
3939
env:

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ">=23.6.0"
2323
- name: Install dependencies (with cache)
24-
uses: bahmutov/npm-install@v1
24+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
2525
- name: Run size-limit
2626
uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
2727
with:

0 commit comments

Comments
 (0)