Skip to content

Commit e653fa2

Browse files
committed
ci: add/update workflow for running renovate
1 parent be96ff6 commit e653fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tf-renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ jobs:
5959
group: ${{ github.workflow }}-${{ github.ref }}
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6363

64-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
64+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
6565
id: app-token
6666
with:
6767
# see https://github.com/renovatebot/renovate/blob/47c8501c412c2f53f61ca292a5039f5939c32c5d/lib/modules/platform/github/readme.md?plain=1#L28
6868
app-id: ${{ secrets.WE_RENOVATE_GITHUB_APP_ID }}
6969
private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}"
7070

7171
- name: 💡 Self-hosted Renovate
72-
uses: renovatebot/github-action@a4578d5584ac7a60d0f831537a481de7d00b9260 # v43.0.4
72+
uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
7373
with:
7474
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)