Skip to content

Commit 52f2a03

Browse files
chore(deps): bump actions/create-github-app-token from v2.0.6 to v2.1.1 (#14269)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | minor | `v2.0.6` -> `v2.1.1` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.1.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.0...v2.1.1) ##### Bug Fixes - revert "use `node24` as runner" ([#&#8203;278](https://redirect.github.com/actions/create-github-app-token/issues/278)) ([5204204](https://redirect.github.com/actions/create-github-app-token/commit/5204204e81cbd981afcdf714413410ba8697fd67)), closes [actions/create-github-app-token#267](https://redirect.github.com/actions/create-github-app-token/issues/267) ### [`v2.1.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.0) ##### Features - use `node24` as runner ([#&#8203;267](https://redirect.github.com/actions/create-github-app-token/issues/267)) ([a1cbe0f](https://redirect.github.com/actions/create-github-app-token/commit/a1cbe0fa3c5aa6b13e7437f226536549d68ed0dd)) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- > Changelog: skip <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJjaS9za2lwLXRlc3QiLCJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91425d1 commit 52f2a03

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/_build_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
- name: Generate GitHub app token
253253
id: github-app-token
254254
if: ${{ github.ref_type == 'tag' }}
255-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
255+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
256256
with:
257257
app-id: ${{ secrets.APP_ID }}
258258
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub app token
2222
id: github-app-token
23-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
23+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2424
with:
2525
app-id: ${{ secrets.APP_ID }}
2626
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/ci-stability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Generate GitHub app token
2525
id: github-app-token
26-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
26+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2727
with:
2828
app-id: ${{ secrets.APP_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/merge-release-to-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
- name: Generate GitHub app token
5050
id: github-app-token
51-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
51+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5252
with:
5353
app-id: ${{ secrets.APP_ID }}
5454
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/pr-comments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub app token
1818
id: github-app-token
19-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
19+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2020
with:
2121
app-id: ${{ secrets.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go install github.com/kumahq/ci-tools/cmd/release-tool@v1.1.5
4848
- name: Generate GitHub app token
4949
id: github-app-token
50-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
50+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151
with:
5252
app-id: ${{ secrets.APP_ID }}
5353
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
rm ${{ env.OUTPUT_PATH }}/raw/versions.yml
6161
- name: Generate GitHub app token
6262
id: github-app-token
63-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
63+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
6464
with:
6565
app-id: ${{ secrets.APP_ID }}
6666
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/update-insecure-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "EOF" >> $GITHUB_ENV
6868
- name: Generate GitHub app token
6969
id: github-app-token
70-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
70+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
7171
with:
7272
app-id: ${{ secrets.APP_ID }}
7373
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)