diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-19 11:38:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 11:38:24 +0200 |
commit | ad8811d3925d063565cb6fad924f56fd6cf5cbb9 (patch) | |
tree | d25c2e505bf1b6523514568f8316e010013fe4ca /.github | |
parent | 2a35dd39a169ab1405e50fc962bb1c99060f8e9a (diff) | |
parent | f6d22a1405b23034abe4c6d4da45a491f95ae101 (diff) | |
download | nextcloud-server-ad8811d3925d063565cb6fad924f56fd6cf5cbb9.tar.gz nextcloud-server-ad8811d3925d063565cb6fad924f56fd6cf5cbb9.zip |
Merge pull request #39972 from nextcloud/dependabot/github_actions/peter-evans/create-pull-request-5
chore(deps): Bump peter-evans/create-pull-request from 3 to 5
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/npm-audit-fix.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4614840d11c..a9ae29bc06f 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -55,7 +55,7 @@ jobs: - name: Create Pull Request if: always() - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5 + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: "chore(deps): fix npm audit" diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 569741ecba0..c4bdade5cd6 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -26,7 +26,7 @@ jobs: run: curl --etag-compare build/ca-bundle-etag.txt --etag-save build/ca-bundle-etag.txt --output resources/config/ca-bundle.crt https://curl.se/ca/cacert.pem - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: "fix(security): Update CA certificate bundle" diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 24fd1443f86..42092f3950b 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -50,7 +50,7 @@ jobs: git checkout composer.json composer.lock lib/composer - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 with: token: ${{ secrets.COMMAND_BOT_PAT }} commit-message: Update psalm baseline |