aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-cacert-bundle.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-06-07 15:40:12 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-06-08 14:44:35 +0200
commit54edf993d6b240ca6b592734fc56eda217723ece (patch)
tree70ad33610647b63f66874f6af516e70f9fbc85b2 /.github/workflows/update-cacert-bundle.yml
parent49c42c36aedf69ea8393c6cbc4387e04adc84761 (diff)
downloadnextcloud-server-54edf993d6b240ca6b592734fc56eda217723ece.tar.gz
nextcloud-server-54edf993d6b240ca6b592734fc56eda217723ece.zip
fix(actions): Harden workflows when using variables in strings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/update-cacert-bundle.yml')
-rw-r--r--.github/workflows/update-cacert-bundle.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index a0894708792..c6c2c2233e3 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["master", "stable29", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"]
+ branches: ['master', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
name: update-ca-certificate-bundle-${{ matrix.branches }}
@@ -31,12 +31,12 @@ jobs:
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
- commit-message: "fix(security): Update CA certificate bundle"
+ commit-message: 'fix(security): Update CA certificate bundle'
committer: GitHub <noreply@github.com>
author: nextcloud-command <nextcloud-command@users.noreply.github.com>
signoff: true
- branch: automated/noid/${{ matrix.branches }}-update-ca-cert-bundle
- title: "[${{ matrix.branches }}] fix(security): Update CA certificate bundle"
+ branch: 'automated/noid/${{ matrix.branches }}-update-ca-cert-bundle'
+ title: '[${{ matrix.branches }}] fix(security): Update CA certificate bundle'
body: |
Auto-generated update of CA certificate bundle from [https://curl.se/docs/caextract.html](https://curl.se/docs/caextract.html)
labels: |