Skip to content

Commit

Permalink
chore(codeql): added full length commit SHA to codeql-action
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Jul 3, 2024
1 parent 586dd99 commit d0ac9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d0ac9a1

Please sign in to comment.