Skip to content

Commit 141a71e

Browse files
chore(github-actions): update actions/create-github-app-token action to v2.1.4
1 parent fa2bdba commit 141a71e

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
@@ -88,7 +88,7 @@ jobs:
8888
permissions:
8989
contents: write
9090
steps:
91-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
91+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
24+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
26+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2727
id: app-token
2828
with:
2929
app-id: 1248576

0 commit comments

Comments
 (0)