We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2479e1b commit f15b944Copy full SHA for f15b944
.github/workflows/ci-pipeline.yml
@@ -234,7 +234,7 @@ jobs:
234
235
- name: Create GitHub App token
236
id: app-token
237
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
238
with:
239
app-id: ${{ vars.SEMREL_GHA_APP_ID }}
240
private-key: ${{ secrets.SEMREL_GHA_APP_KEY }}
0 commit comments