From 490212fe2fbf3e2a38b79916e007ce2a83cf4baf Mon Sep 17 00:00:00 2001 From: Marcelo Magallon Date: Fri, 10 Jan 2025 15:46:15 -0600 Subject: [PATCH] Set persist-credentials to false (#230) Mostly a precaution. https://github.com/actions/checkout/issues/485 Signed-off-by: Marcelo E. Magallon --- .github/workflows/renovate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index c833958..49a0888 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + with: + persist-credentials: false - name: retrieve secrets id: get-secrets