20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
36
+ uses : github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
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@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
44
+ uses : github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
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@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
58
+ uses : github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
0 commit comments