@@ -41,16 +41,16 @@ jobs:
41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
44
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
45
45
with :
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
53
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
66
+ uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
79
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
80
80
with :
81
81
category : " /language:${{matrix.language}}"
0 commit comments