From 24d5fdefdfd84c7d7711c7a1f0a6e95cadd5aa86 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Wed, 26 Nov 2025 09:56:23 +0100 Subject: [PATCH] ci: fix CodeQL checkout (#1170) --- .github/workflows/ci-codeql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index d1a44239..368d3c9e 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -25,10 +25,6 @@ jobs: steps: - name: 📥 Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - with: - ref: ${{ github.event.pull_request.head.sha || github.sha }} - show-progress: false - fetch-depth: 0 - name: 🏁 Initialize CodeQL uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3