Skip to content

Commit 2d6f766

Browse files
ci(tools): update actions/create-github-app-token digest to 29824e6 (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a2f87e commit 2d6f766

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate token
2222
id: token
23-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
23+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2424
with:
2525
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2626
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Generate token
2525
id: token
26-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
26+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2727
with:
2828
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2929
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: token
20-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
20+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2121
with:
2222
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2323
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: token
21-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
21+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2222
with:
2323
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2424
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: token
21-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
21+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2222
with:
2323
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2424
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

0 commit comments

Comments
 (0)