Skip to content

Commit c01972f

Browse files
committed
ci: add/update workflow for running renovate
1 parent 05137fd commit c01972f

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
@@ -56,7 +56,7 @@ jobs:
5656
group: ${{ github.workflow }}-${{ github.ref }}
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
59+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060

6161
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
6262
id: app-token
@@ -66,6 +66,6 @@ jobs:
6666
private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}"
6767

6868
- name: 💡 Self-hosted Renovate
69-
uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3
69+
uses: renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634 # v40.3.4
7070
with:
7171
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)