Skip to content

Commit 47d3cfc

Browse files
Update actions/create-github-app-token action to v2.2.2
1 parent 3811d26 commit 47d3cfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/add.renovate.label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "${{ github.head_ref }}"
1818
- name: Generate token
1919
id: generate-token
20-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
20+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2121
with:
2222
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2323
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

.github/workflows/increment.patch.version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate token
1717
id: generate-token
18-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
18+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
1919
with:
2020
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2121
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate-token
17-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
17+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
1818
with:
1919
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2020
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)