From 1f84c554af34267903732d1c6ade48485504b40d Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Thu, 3 Jun 2021 16:02:10 +0200 Subject: [PATCH] Update pull request 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 --- .github/workflows/update.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index bfe20b9..a7447a4 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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 + +