@@ -31,18 +31,18 @@ jobs:
31
31
# We can remove if using an officially supported .NET version.
32
32
# See https://github.com/github/codeql-action/issues/757#issuecomment-977546999
33
33
- name : Setup .NET
34
- uses : actions/setup-dotnet@v4
34
+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
35
35
with :
36
36
dotnet-version : |
37
37
8.0.x
38
38
include-prerelease : true
39
39
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v3
45
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
queries : security-extended,security-and-quality
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@v3
58
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# ./location_of_script_within_repo/buildscript.sh
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v3
71
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
72
72
with :
73
73
category : " /language:${{matrix.language}}"
0 commit comments