Skip to content

Commit

Permalink
build: pin to full length commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Dec 20, 2023
1 parent 044f986 commit 7d7141e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ jobs:
# Initialize CodeQL tools for scanning:
- name: 'Initialize CodeQL'

# FIXME: pin action to full length commit SHA
uses: github/codeql-action/init@v2
# Pin action to full length commit SHA
uses: github/codeql-action/init@382a50a0284c0de445104889a9d6003acb4b3c1d # v2.15.4

with:
languages: ${{ matrix.language }}
Expand All @@ -177,7 +177,7 @@ jobs:
# Perform CodeQL analysis:
- name: 'Perform CodeQL Analysis'

# FIXME: pin action to full length commit SHA
uses: github/codeql-action/analyze@v2
# Pin action to full length commit SHA
uses: github/codeql-action/analyze@382a50a0284c0de445104889a9d6003acb4b3c1d # v2.15.4
with:
category: "/language:${{matrix.language}}"

0 comments on commit 7d7141e

Please sign in to comment.