Skip to content

Commit f15b944

Browse files
chore(deps): update actions/create-github-app-token action to v3 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2479e1b commit f15b944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
235235
- name: Create GitHub App token
236236
id: app-token
237-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
237+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
238238
with:
239239
app-id: ${{ vars.SEMREL_GHA_APP_ID }}
240240
private-key: ${{ secrets.SEMREL_GHA_APP_KEY }}

0 commit comments

Comments
 (0)