Skip to content

Commit 264d1c1

Browse files
chore(deps): update github/codeql-action digest to 99df26d
1 parent 2bd007f commit 264d1c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
33+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
3434
with:
3535
languages: ${{ matrix.language }}
3636

3737
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
3838
# If this step fails, then you should remove it and run the build manually (see below)
3939
- name: Autobuild
40-
uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
40+
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
4141

4242
# ℹ️ Command-line programs to run using the OS shell.
4343
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -50,6 +50,6 @@ jobs:
5050
# ./location_of_script_within_repo/buildscript.sh
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
53+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
5454
with:
5555
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)