Skip to content

Commit aef12f1

Browse files
authored
Merge pull request #36 from techtales-io/renovate/actions-create-github-app-token-2.x
ci(github-actions): update actions/create-github-app-token ( v2.1.4 → v2.2.0 )
2 parents 89b6b06 + c3a2668 commit aef12f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/atlantis-apply-on-no-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# https://github.com/marketplace/actions/create-github-app-token
3131
- name: generate token
3232
id: 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
with:
3535
app-id: ${{ secrets.github-app-id }}
3636
private-key: ${{ secrets.github-app-key }}

.github/workflows/run-renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: generate token
5454
id: generate-token
5555
if: ${{ !inputs.token }}
56-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
56+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
5757
with:
5858
app-id: ${{ secrets.github-app-id }}
5959
private-key: ${{ secrets.github-app-key }}

0 commit comments

Comments
 (0)