Skip to content

Commit 399c12c

Browse files
committed
Use commit hash for dependabot-auto-approve action
Replace version tag with commit hash for better security and reproducibility in GitHub Actions workflow. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 9c4c76b commit 399c12c

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.actor == 'dependabot[bot]'
1212
steps:
13-
- uses: frequenz-floss/dependabot-auto-approve@v1
13+
- uses: frequenz-floss/dependabot-auto-approve@adc896110810a21178b68f82d4ecfc2f6e05fa67 # v1
1414
with:
1515
dependency-type: 'all'
1616
auto-merge: 'true'

0 commit comments

Comments
 (0)