From e8958c4690faef27b6715524ecb5c49c3ecb6a09 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 14 Nov 2025 13:39:01 -0500 Subject: Applied auto-fixes from zizmor findings. --- .github/workflows/python_matrix.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/python_matrix.yml') diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml index bbdb4458b4..b3b2866511 100644 --- a/.github/workflows/python_matrix.yml +++ b/.github/workflows/python_matrix.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v5 + with: + persist-credentials: false - id: set-matrix run: | python_versions=$(sed -n "s/^.*Programming Language :: Python :: \([[:digit:]]\+\.[[:digit:]]\+\).*$/'\1', /p" pyproject.toml | tr -d '\n' | sed 's/, $//g') @@ -37,6 +39,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 + with: + persist-credentials: false - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: -- cgit v1.3