File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
35
+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v2
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
39
39
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40
40
# If this step fails, then you should remove it and run the build manually (see below)
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
42
+ uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v2
43
43
44
44
# ℹ️ Command-line programs to run using the OS shell.
45
45
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
52
52
# ./location_of_script_within_repo/buildscript.sh
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
55
+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v2
Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Ensure 3rd party workflows have SHA pinned
19
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@c3a2b64f69b7a1542a68f44d9edbd9ec3fc1455e # v3.0.20
19
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@6eb1abde32fed00453b0d03497f4ba4fecba146d # v3.0.21
20
20
with :
21
21
# Trusted GitHub Actions and/or organizations
22
22
allowlist : |
You can’t perform that action at this time.
0 commit comments