Skip to content

Commit 820558d

Browse files
authored
Merge pull request #45475 from hashicorp/dependabot/github_actions/actions/create-github-app-token-2.2.1
build(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1
2 parents 4776eb3 + 91c27e5 commit 820558d

File tree

3 files changed

+4
-4
lines changed

3 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
11+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.APP_ID }}

.github/workflows/maintainer_helpers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
CURRENT_LABELS: ${{ github.event_name == 'issues' && toJSON(github.event.issue.labels.*.name) || toJSON(github.event.pull_request.labels.*.name) }}
4040
GH_CLI_SUBCOMMAND: ${{ github.event_name == 'pull_request_target' && 'pr' || 'issue' }}
4141
steps:
42-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
42+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4343
id: token
4444
with:
4545
app-id: ${{ secrets.APP_ID }}
@@ -220,7 +220,7 @@ jobs:
220220
]
221221
}
222222
223-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
223+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
224224
if: github.event_name == 'schedule'
225225
id: token
226226
with:

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
enable-versioned-regex: 0
8181
include-title: 1
8282

83-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
83+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
8484
id: token
8585
if: github.event_name == 'issues'
8686
with:

0 commit comments

Comments
 (0)