From ee526e00dac640e67d22444df1c58808fb8164a3 Mon Sep 17 00:00:00 2001 From: "Joakim L. Engeset" Date: Mon, 14 Sep 2026 15:12:01 +0200 Subject: [PATCH] fix: avoid caching git creds in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15e2250..d21dd6d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: issues: write steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + with: + persist-credentials: false - uses: capralifecycle/actions-lib/check-runtime-dependencies@6dfc999f2b7c6a541ef43dfcc11e8551fa4f803f # v1.10.4