From be292ab8ea76610963e66fc75fc23e03f3a2b410 Mon Sep 17 00:00:00 2001 From: fred-labs Date: Tue, 6 Aug 2024 16:21:30 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 85166085..524fc9e9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL