From 1dc5aa3cacad66c88ded06338998c81b36880618 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 14 Dec 2024 14:56:14 +0100 Subject: [PATCH] Fix some issues pointed out by zizmor. (#333) (cherry picked from commit 995ab18e7bf30886030394cbabeed07bde785333) --- .github/workflows/ee.yml | 3 ++- .github/workflows/extra-tests.yml | 1 + .github/workflows/reuse.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index cd6341f4..32c0c508 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -68,6 +68,7 @@ jobs: uses: actions/checkout@v4 with: path: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} + persist-credentials: false - name: Set up Python uses: actions/setup-python@v5 @@ -101,7 +102,7 @@ jobs: - name: Create files for building execution environment run: | - COLLECTION_FILENAME="$(ls "${{ env.NAMESPACE }}-${{ env.COLLECTION_NAME }}"-*.tar.gz)" + COLLECTION_FILENAME="$(ls "${NAMESPACE}-${COLLECTION_NAME}"-*.tar.gz)" # EE config cat > execution-environment.yml <