@@ -50,11 +50,11 @@ jobs:
50
50
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
51
51
52
52
- name : Checkout repository
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
57
+ uses : github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
58
58
with :
59
59
languages : ${{ matrix.language }}
60
60
# If you wish to specify custom queries, you can do so here or in a config file.
68
68
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
69
69
# If this step fails, then you should remove it and run the build manually (see below)
70
70
- name : Autobuild
71
- uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
71
+ uses : github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
72
72
73
73
# ℹ️ Command-line programs to run using the OS shell.
74
74
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
81
81
# ./location_of_script_within_repo/buildscript.sh
82
82
83
83
- name : Perform CodeQL Analysis
84
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
84
+ uses : github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
85
85
with :
86
86
category : " /language:${{matrix.language}}"
0 commit comments