@@ -46,11 +46,11 @@ jobs:
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
53
+ uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
63
63
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64
64
# If this step fails, then you should remove it and run the build manually (see below)
65
65
- name : Autobuild
66
- uses : github/codeql-action/autobuild@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
66
+ uses : github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
67
67
68
68
# ℹ️ Command-line programs to run using the OS shell.
69
69
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
76
76
# ./location_of_script_within_repo/buildscript.sh
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
79
+ uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
80
80
with :
81
81
category : " /language:${{matrix.language}}"
0 commit comments