70
70
71
71
# Initializes the CodeQL tools for scanning.
72
72
- name : Initialize CodeQL
73
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
73
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
74
74
with :
75
75
languages : ${{ matrix.language }}
76
76
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,15 +81,15 @@ jobs:
81
81
# queries: security-extended,security-and-quality
82
82
83
83
- name : Setup Golang Environment
84
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
84
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
85
85
with :
86
86
go-version-file : go.mod
87
87
if : matrix.language == 'go'
88
88
89
89
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
90
90
# If this step fails, then you should remove it and run the build manually (see below)
91
91
- name : Autobuild
92
- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
92
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
93
93
94
94
# ℹ️ Command-line programs to run using the OS shell.
95
95
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -102,6 +102,6 @@ jobs:
102
102
# ./location_of_script_within_repo/buildscript.sh
103
103
104
104
- name : Perform CodeQL Analysis
105
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
105
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
106
106
with :
107
107
category : " /language:${{matrix.language}}"
0 commit comments