20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
with :
25
25
# We must fetch at least the immediate parents so that if this is
26
26
# a pull request then we can checkout the head.
@@ -33,15 +33,15 @@ jobs:
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
36
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
37
37
# Override language selection by uncommenting this and choosing your languages
38
38
# with:
39
39
# languages: go, javascript, csharp, python, cpp, java
40
40
41
41
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
42
42
# If this step fails, then you should remove it and run the build manually (see below)
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
44
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
45
45
46
46
# ℹ️ Command-line programs to run using the OS shell.
47
47
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
55
55
# make release
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
58
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
0 commit comments