Skip to content

Commit

Permalink
Update pull request
Browse files Browse the repository at this point in the history
Use a commit hash instead of a version tag as advised by the Security hardening for GitHub Actions.

https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
  • Loading branch information
vanbroup committed Jun 3, 2021
1 parent 3b25b16 commit 1f84c55
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
./update-providers.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@6bb739433928fbc2bdc635d41105e124d0dce021
with:
title: Update DNS Providers
body: |
Sync DNS Providers with go-acme/lego/providers/dns
labels: dns, automated pr
commit-message: Update DNS Providers
branch: auto-update-dns-providers
delete-branch: true


0 comments on commit 1f84c55

Please sign in to comment.