We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e58c4d commit f1dae0dCopy full SHA for f1dae0d
1 file changed
.github/workflows/renovate.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Generate GitHub App token
21
id: app-token
22
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
23
with:
24
app-id: ${{ secrets.RENOVATE_APP_ID }}
25
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
0 commit comments