Skip to content

Commit ad5265d

Browse files
chore(deps): bump actions/create-github-app-token from v1.11.7 to v1.12.0 (#13270)
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 | `v1.11.7` -> `v1.12.0` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.12.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.7...v1.12.0) ##### Features - permissions ([#&#8203;168](https://redirect.github.com/actions/create-github-app-token/issues/168)) ([0e0aa99](https://redirect.github.com/actions/create-github-app-token/commit/0e0aa99a86bd82ec98421533ae985fef61554361)) </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- > Changelog: skip <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImNpL3NraXAtdGVzdCIsImRlcGVuZGVuY2llcyJdfQ==--> 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 c7eacb6 commit ad5265d

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
@@ -272,7 +272,7 @@ jobs:
272272
- name: Generate GitHub app token
273273
id: github-app-token
274274
if: ${{ github.ref_type == 'tag' }}
275-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
275+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
276276
with:
277277
app-id: ${{ secrets.APP_ID }}
278278
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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
23+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
26+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
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
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
- name: Generate GitHub app token
4848
id: github-app-token
49-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
49+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
5050
with:
5151
app-id: ${{ secrets.APP_ID }}
5252
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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
19+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
50+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
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
@@ -61,7 +61,7 @@ jobs:
6161
rm ${{ env.OUTPUT_PATH }}/raw/versions.yml
6262
- name: Generate GitHub app token
6363
id: github-app-token
64-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
64+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
6565
with:
6666
app-id: ${{ secrets.APP_ID }}
6767
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
@@ -63,7 +63,7 @@ jobs:
6363
echo "EOF" >> $GITHUB_ENV
6464
- name: Generate GitHub app token
6565
id: github-app-token
66-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
66+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
6767
with:
6868
app-id: ${{ secrets.APP_ID }}
6969
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)