Skip to content

Commit 5dddf30

Browse files
chore(github-actions): update actions/create-github-app-token action to v2.2.1 (#124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72ac981 commit 5dddf30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
permissions:
8989
contents: write
9090
steps:
91-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
91+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
9292
id: app-token
9393
with:
9494
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
24+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.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
@@ -23,7 +23,7 @@ jobs:
2323
# Used App:
2424
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
2525
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
26-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
26+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2727
id: app-token
2828
with:
2929
app-id: 1248576

0 commit comments

Comments
 (0)