From 4a551a27d392738a235e221435cf8c6e17ba7296 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 25 Dec 2024 12:09:25 +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/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 33f7401..2a76e79 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,6 +9,8 @@ jobs: issues: write steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + persist-credentials: false - uses: ./ with: issue_number: "4"