Skip to content

Commit b0007f5

Browse files
build(deps): bump actions/create-github-app-token from 1.10.4 to 1.11.0 (#39282)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.4 to 1.11.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@3378cda...5d869da) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6937dc3 commit b0007f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/generate_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
11+
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.APP_ID }}

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Generate GitHub App Token
7373
id: token
74-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
74+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
7575
with:
7676
app-id: ${{ secrets.APP_ID }}
7777
private-key: ${{ secrets.APP_PEM }}

.github/workflows/label-notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Generate GitHub App Token
5151
id: token
52-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
52+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
5353
with:
5454
app-id: ${{ secrets.APP_ID }}
5555
private-key: ${{ secrets.APP_PEM }}

.github/workflows/pull_request_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- name: Generate GitHub App Token
124124
id: token
125-
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
125+
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
126126
with:
127127
app-id: ${{ secrets.APP_ID }}
128128
private-key: ${{ secrets.APP_PEM }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.ref_name == needs.highest-version-tag.outputs.tag
6767
runs-on: macos-latest
6868
steps:
69-
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
69+
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
7070
id: app-token
7171
with:
7272
app-id: ${{ secrets.APP_ID }}

.github/workflows/team_slack_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: open-pr-stats
1111
if: github.repository_owner == 'hashicorp'
1212
steps:
13-
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
13+
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
1414
id: app-token
1515
with:
1616
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)