We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4353bc4 commit 46b463bCopy full SHA for 46b463b
1 file changed
.github/workflows/release.yml
@@ -169,13 +169,13 @@ jobs:
169
runs-on: ubuntu-latest
170
permissions: {}
171
steps:
172
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v1
173
id: github-actions-bot-app-token
174
with:
175
app-id: 819772
176
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
177
repositories: apollo-client-devtools
178
- - uses: benc-uk/workflow-dispatch@v1
+ - uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1
179
180
workflow: update-errorcodes.yml
181
repo: apollographql/apollo-client-devtools
0 commit comments