From: Viktor Szakats Date: Wed, 7 May 2025 16:41:21 +0000 (+0200) Subject: GHA/windows: set `persist-credentials: false` where missing X-Git-Tag: curl-8_14_0~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=283ad5c4320fa1d733e60a0dbe216ee36e3924fb;p=thirdparty%2Fcurl.git GHA/windows: set `persist-credentials: false` where missing Found by zizmor. Closes #17277 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2ec6a885e2..f2a57d82ee 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -686,6 +686,8 @@ jobs: ls -l - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + with: + persist-credentials: false - name: 'configure' run: |