@@ -41,11 +41,11 @@ jobs:
41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
48
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
62
+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
75
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
76
76
with :
77
77
category : " /language:${{matrix.language}}"
0 commit comments