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