We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6247d commit bcb79abCopy full SHA for bcb79ab
1 file changed
.github/workflows/renovate.yml
@@ -53,7 +53,7 @@ jobs:
53
contents: read
54
steps:
55
- name: Checkout
56
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57
- name: Request a Github token
58
id: action-github-app-token
59
uses: getsentry/action-github-app-token@v3.0.0
@@ -68,7 +68,7 @@ jobs:
68
echo "DRY_RUN=${{ inputs.dryRun }}" >> $GITHUB_OUTPUT
69
fi
70
- name: Self-hosted Renovate
71
- uses: renovatebot/github-action@8b7941943a108b2cc2150730963164aa8baeab8c # v44.2.2
+ uses: renovatebot/github-action@8cb0d4a6ab7d8bb90460a005f7bd33b80dd07ca8 # v44.2.5
72
with:
73
configurationFile: renovate-config.js
74
token: ${{ steps.action-github-app-token.outputs.token }}
0 commit comments