We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2da9e commit dfac6f8Copy full SHA for dfac6f8
.github/workflows/tf-renovate.yml
@@ -56,7 +56,7 @@ jobs:
56
group: ${{ github.workflow }}-${{ github.ref }}
57
steps:
58
- name: Checkout
59
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
60
61
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
62
id: app-token
@@ -66,6 +66,6 @@ jobs:
66
private-key: "${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}"
67
68
- name: 💡 Self-hosted Renovate
69
- uses: renovatebot/github-action@e1db501385ddcccbaae6fb9c06befae04f379f23 # v40.2.10
+ uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3
70
with:
71
token: "${{ steps.app-token.outputs.token }}"
0 commit comments