From 0302ab2213f6a808d6e2f0779ccec785d840c315 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 25 Dec 2024 11:41:16 +0900 Subject: [PATCH] ci: disable actions/checkout's persist-credentials using disable-checkout-persist-credentials https://github.com/suzuki-shunsuke/batch-bulk-disable-checkout-persist-credentials/issues/1 --- .github/workflows/wc-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index 61a50ff..be461ca 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 with: aqua_version: v2.40.0