We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ada937 + e47334c commit e05955cCopy full SHA for e05955c
1 file changed
.github/workflows/dependencies.yml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- name: Gather credentials
47
id: credentials
48
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
49
with:
50
app-id: ${{ secrets.GH_APP_ID_RELEASER }}
51
private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }}
0 commit comments