File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515permissions :
1616 contents : read
1717
18- concurrency :
18+ concurrency :
1919 group : dependabot-approve-merge-${{ github.head_ref || github.run_id }}
2020 cancel-in-progress : true
2121
@@ -25,16 +25,16 @@ jobs:
2525 runs-on : ubuntu-latest
2626 permissions :
2727 # for hmarr/auto-approve-action to approve PRs
28- pull-requests : write
28+ pull-requests : write
2929
3030 steps :
3131 # Github actions bot approve
32- - uses : hmarr/auto-approve-action@v2
32+ - uses : hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
3333 with :
3434 github-token : ${{ secrets.GITHUB_TOKEN }}
3535
3636 # Nextcloud bot approve and merge request
37- - uses : ahmadnassri/action-dependabot-auto-merge@v2
37+ - uses : ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
3838 with :
3939 target : minor
4040 github-token : ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments