Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to f6091c0
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Jan 24, 2025
1 parent 209ed2e commit c5c8267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do
Expand All @@ -69,7 +69,7 @@ jobs:
# If this step fails, then you should remove it
# and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/
Expand All @@ -85,6 +85,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit c5c8267

Please sign in to comment.