Skip to content

Commit e9e8815

Browse files
ci(github-action): update action actions/create-github-app-token ( v2.1.4 → v2.2.0 ) (#1968)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0beef50 commit e9e8815

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
egress-policy: audit
3131

3232
- name: Generate Token
33-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
33+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
3434
id: app-token
3535
with:
3636
app-id: "${{ secrets.DUNCE_BOT_APP_ID }}"
@@ -72,7 +72,7 @@ jobs:
7272
egress-policy: audit
7373

7474
- name: Generate Token
75-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
75+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
7676
id: app-token
7777
with:
7878
app-id: "${{ secrets.DUNCE_BOT_APP_ID }}"

.github/workflows/flux-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- if: ${{ steps.diff.outputs.diff != '' }}
101101
name: Generate Token
102-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
102+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
103103
id: app-token
104104
with:
105105
app-id: ${{ secrets.DUNCE_BOT_APP_ID }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Generate Token
20-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
20+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2121
id: app-token
2222
with:
2323
app-id: "${{ secrets.DUNCE_BOT_APP_ID }}"

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
packages: read
4242
steps:
4343
- name: Generate Token
44-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
44+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
4545
id: app-token
4646
with:
4747
app-id: "${{ secrets.DUNCE_BOT_APP_ID }}"

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Generate Token
21-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
21+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2222
id: app-token
2323
with:
2424
app-id: "${{ secrets.DUNCE_BOT_APP_ID }}"

0 commit comments

Comments
 (0)