diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 2b89354..0245893 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Octo STS Token Exchange - uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2 + uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3 id: octo-sts with: scope: ${{ github.repository }} @@ -27,7 +27,7 @@ jobs: token: ${{ steps.octo-sts.outputs.token }} - name: Self-hosted Renovate - uses: renovatebot/github-action@e2421a9a80287bba9997b41a15ea1e5585d96925 # v43.0.16 + uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18 with: configurationFile: ./.github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}