Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to f779452
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Oct 14, 2024
1 parent 216a1b3 commit 454c1fb
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # 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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # 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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 454c1fb

Please sign in to comment.