@@ -45,16 +45,16 @@ jobs:
45
45
46
46
steps :
47
47
- name : Harden Runner
48
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7 .0
48
+ uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8 .0
49
49
with :
50
50
egress-policy : audit
51
51
52
52
- name : Checkout repository
53
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
53
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
57
+ uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
71
+ uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
84
+ uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
85
85
with :
86
86
category : " /language:${{matrix.language}}"
0 commit comments