Skip to content

Commit 6ff3794

Browse files
chore(github-actions): update actions/create-github-app-token action to v3.1.1 (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f3d86f commit 6ff3794

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
permissions:
9999
contents: write
100100
steps:
101-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
101+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
102102
id: app-token
103103
with:
104104
app-id: 1248576

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
!contains(github.event.pull_request.labels.*.name, 'chore') &&
2222
!contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
2323
steps:
24-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2525
id: app-token
2626
with:
2727
app-id: 1248576

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Used App:
2929
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
3030
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
31-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
31+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3232
id: app-token
3333
with:
3434
app-id: 1248576

0 commit comments

Comments
 (0)