@@ -41,11 +41,11 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
48
+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
59
59
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
60
60
# If this step fails, then you should remove it and run the build manually (see below)
61
61
- name : Autobuild
62
- uses : github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
62
+ uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
63
63
64
64
# ℹ️ Command-line programs to run using the OS shell.
65
65
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
72
72
# ./location_of_script_within_repo/buildscript.sh
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
75
+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
76
76
with :
77
77
category : " /language:${{matrix.language}}"
0 commit comments