@@ -43,15 +43,15 @@ jobs:
43
43
44
44
steps :
45
45
- name : Harden Runner
46
- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
46
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
47
47
with :
48
48
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
49
49
- name : Checkout repository
50
50
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
54
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
65
65
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
66
66
# If this step fails, then you should remove it and run the build manually (see below)
67
67
- name : Autobuild
68
- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
68
+ uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
69
69
70
70
# ℹ️ Command-line programs to run using the OS shell.
71
71
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
78
78
# ./location_of_script_within_repo/buildscript.sh
79
79
80
80
- name : Perform CodeQL Analysis
81
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
81
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
82
82
with :
83
83
category : " /language:${{matrix.language}}"
0 commit comments