Skip to content

Commit 0d09812

Browse files
[CI] Update actions/create-github-app-token action to v2.2.1 (#6383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 701e9f5 commit 0d09812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
# Used App:
149149
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
150150
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
151-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
151+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
152152
id: app-token
153153
with:
154154
app-id: 1179738

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Used App:
2222
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
2323
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
24-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
24+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2525
id: app-token
2626
with:
2727
app-id: 1179738

0 commit comments

Comments
 (0)