From d0ac9a1d9835ab259dfe593572b201e2f2d74690 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Wed, 3 Jul 2024 13:35:53 +0200 Subject: [PATCH] chore(codeql): added full length commit SHA to codeql-action --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index c0de90f6b..78f11c885 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -25,7 +25,7 @@ name: "CodeQL Code Analysis" on: push: - branches: ["main"] + branches: ["main", "dependabot/github_actions/main/github/codeql-action-3"] paths-ignore: - "**/*.md" - "**/*.txt" @@ -67,7 +67,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file