@@ -43,15 +43,15 @@ jobs:
43
43
44
44
steps :
45
45
- name : Harden Runner
46
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
54
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
68
+ uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
81
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
82
82
with :
83
83
category : " /language:${{matrix.language}}"
0 commit comments