Skip to content

Commit 4b2fccb

Browse files
committed
spacing, hash
1 parent 3394faa commit 4b2fccb

11 files changed

Lines changed: 12 additions & 12 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@20216767ca67f0f7b4d095dc5859c5700a6581cb #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@20216767ca67f0f7b4d095dc5859c5700a6581cb #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@20216767ca67f0f7b4d095dc5859c5700a6581cb #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@20216767ca67f0f7b4d095dc5859c5700a6581cb #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@20216767ca67f0f7b4d095dc5859c5700a6581cb #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@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
18+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
1919
- name: Run knip
2020
run: npm run knip

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
id-token: write
2424
steps:
25-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
25+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2626
id: github-actions-bot-app-token
2727
with:
2828
app-id: 819772

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

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

4545
- name: Install dependencies with cache
46-
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
46+
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
4747

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ jobs:
169169
runs-on: ubuntu-latest
170170
permissions: {}
171171
steps:
172-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3
172+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
173173
id: github-actions-bot-app-token
174174
with:
175175
app-id: 819772
176176
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
177177
repositories: apollo-client-devtools
178-
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1
178+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1
179179
with:
180180
workflow: update-errorcodes.yml
181181
repo: apollographql/apollo-client-devtools

.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@20216767ca67f0f7b4d095dc5859c5700a6581cb #v1
36+
- uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
3737
- run: |
3838
npm install react@${MATRIX_TAG} react-dom@${MATRIX_TAG}
3939
env:

0 commit comments

Comments
 (0)