From a17bc9ce55507e6f51bfceb9df04bdddc065ee71 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 25 Dec 2024 12:19:32 +0900 Subject: [PATCH] ci: disable actions/checkout's persist-credentials using disable-checkout-persist-credentials (#41) 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 885c4c0..1e2a080 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -15,6 +15,8 @@ jobs: permissions: {} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: go.mod