Skip to content

Commit 46b463b

Browse files
committed
pin actions
1 parent 4353bc4 commit 46b463b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v1
172+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v1
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@v1
178+
- uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1
179179
with:
180180
workflow: update-errorcodes.yml
181181
repo: apollographql/apollo-client-devtools

0 commit comments

Comments
 (0)