Skip to content

Commit fbf292f

Browse files
authored
Update auto-merge workflow to use hashes (#96)
Use commit hash for `frequenz-floss/dependabot-auto-approve` action for better security and reproducibility.
2 parents fa83acb + d9badaa commit fbf292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.actor == 'dependabot[bot]'
1010
steps:
1111
- name: Auto-approve and merge Dependabot PRs
12-
uses: frequenz-floss/[email protected]
12+
uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
merge-method: merge

0 commit comments

Comments
 (0)