Skip to content

Commit bd69d65

Browse files
authored
Merge pull request #537 from nextcloud/automated/update-workflows
2 parents 67a7fcf + 38b9178 commit bd69d65

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dependabot-approve-merge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
permissions:
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 }}

0 commit comments

Comments
 (0)