Skip to content

Commit e0c1c3f

Browse files
committed
ci: add/update workflow for running renovate
1 parent f7ad3f5 commit e0c1c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
- name: Checkout
6666
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767

68-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
68+
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
6969
id: app-token
7070
with:
7171
# see https://github.com/renovatebot/renovate/blob/47c8501c412c2f53f61ca292a5039f5939c32c5d/lib/modules/platform/github/readme.md?plain=1#L28
7272
app-id: ${{ secrets.WE_RENOVATE_GITHUB_APP_ID }}
7373
private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}"
7474

7575
- name: 💡 Self-hosted Renovate
76-
uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3
76+
uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
7777
with:
7878
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)