Skip to content

Commit 2f6c1b4

Browse files
chore(ci): update actions/create-github-app-token action (v2.2.0 → v2.2.1) (#2399)
* chore(ci): update actions/checkout digest (1af3b93 → 8e8c483) * chore(ci): update actions/stale digest (5f858e3 → 9971854) * chore(ci): update actions/checkout action (v6.0.0 → v6.0.1) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.0 | v6.0.1 | * chore(ci): update actions/create-github-app-token action (v2.2.0 → v2.2.1) | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.2.0 | v2.2.1 | --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5eb8020 commit 2f6c1b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Generate Short Lived OAuth App Token
13-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
13+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1414
id: app-token
1515
with:
1616
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Generate Short Lived OAuth App Token
26-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
26+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2727
id: app-token
2828
with:
2929
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Generate Short Lived OAuth App Token
16-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
16+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1717
id: app-token
1818
with:
1919
app-id: "${{ secrets.BOT_APP_ID }}"

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: Generate Short Lived OAuth App Token
15-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
15+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1616
id: app-token
1717
with:
1818
app-id: "${{ secrets.BOT_APP_ID }}"

0 commit comments

Comments
 (0)