chore(ci): fix workflow security warnings

Since Zizmor v1.9.0, new pedantic warnings are detected especially
regarding template-injection patterns.
This commit is contained in:
David Testé
2025-06-02 12:11:57 +02:00
committed by David Testé
parent b76f4dbfe0
commit 11df6c69ee
37 changed files with 281 additions and 110 deletions

View File

@@ -161,9 +161,10 @@ jobs:
- name: Set pull-request URL
if: env.SECRETS_AVAILABLE == 'true' && github.event_name == 'pull_request'
run: |
echo "PULL_REQUEST_MD_LINK=[pull-request](${PR_BASE_URL}${{ github.event.pull_request.number }}), " >> "${GITHUB_ENV}"
echo "PULL_REQUEST_MD_LINK=[pull-request](${PR_BASE_URL}${PR_NUMBER}), " >> "${GITHUB_ENV}"
env:
PR_BASE_URL: ${{ vars.PR_BASE_URL }}
PR_NUMBER: ${{ github.event.pull_request.number }}
- name: Send message
if: env.SECRETS_AVAILABLE == 'true'