We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4cacf commit 27bfb04Copy full SHA for 27bfb04
.github/workflows/dependabot_regenerate_sri.yml
@@ -22,7 +22,7 @@ jobs:
22
private_key: ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
23
permissions: >-
24
{"contents": "write"}
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
with:
27
fetch-depth: 0
28
token: ${{steps.generate_token.outputs.token}}
@@ -39,7 +39,7 @@ jobs:
39
working-directory: "."
40
41
- name: Push changes to ${{github.base_ref}}
42
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v7
43
44
commit_message: "Update gomod SRI hash"
45
file_pattern: "*.sri"
0 commit comments