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