Skip to content

Commit ac3410b

Browse files
Merge pull request #38129 from hashicorp/dependabot/github_actions/actions/create-github-app-token-1.10.2
build(deps): bump actions/create-github-app-token from 1.10.1 to 1.10.2
2 parents 981a98e + aa02907 commit ac3410b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
11+
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.APP_ID }}

.github/workflows/regressions.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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
52+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
5353
with:
5454
app-id: ${{ secrets.APP_ID }}
5555
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
69+
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
13+
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
1414
id: app-token
1515
with:
1616
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)