diff --git a/.github/workflows/tf-renovate.yml b/.github/workflows/tf-renovate.yml index fd5d258..973ea79 100644 --- a/.github/workflows/tf-renovate.yml +++ b/.github/workflows/tf-renovate.yml @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 id: app-token with: # see https://github.com/renovatebot/renovate/blob/47c8501c412c2f53f61ca292a5039f5939c32c5d/lib/modules/platform/github/readme.md?plain=1#L28 @@ -66,6 +66,6 @@ jobs: private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}" - name: 💡 Self-hosted Renovate - uses: renovatebot/github-action@063e0c946b9c1af35ef3450efc44114925d6e8e6 # v40.1.11 + uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12 with: token: "${{ steps.app-token.outputs.token }}"