From 16434d9ad85dedb7007e5d2d7b1e2481134d45b7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 14 Dec 2024 14:56:00 +0100 Subject: [PATCH] Fix some issues pointed out by zizmor. (#823) --- .github/workflows/ee.yml | 3 ++- .github/workflows/reuse.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index fa9a3fb9..23155975 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -84,6 +84,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 @@ -117,7 +118,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 <