From 4f437218d9c7be0e4c63903d3705cb500ba758eb Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:57:47 +0200 Subject: [PATCH] ci(workflows): disable `actions/checkout` credential persistance (#596) --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0c4086e..160965e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,6 +29,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + persist-credentials: false # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL