Skip to content

Commit

Permalink
Update github/codeql-action digest to 8775e86
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent 772fdd4 commit 1abe560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2
uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2
uses: github/codeql-action/autobuild@8775e868027fa230df8586bdf502bbd9b618a477 # v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -48,4 +48,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2
uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2

0 comments on commit 1abe560

Please sign in to comment.