37
37
if : github.event.pull_request.draft == false
38
38
runs-on : ubuntu-22.04
39
39
steps :
40
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
40
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
41
41
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
42
42
id : changes
43
43
with :
@@ -67,11 +67,11 @@ jobs:
67
67
68
68
steps :
69
69
- name : Checkout repository
70
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
70
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
71
71
72
72
# Initializes the CodeQL tools for scanning.
73
73
- name : Initialize CodeQL
74
- uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
74
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
75
75
with :
76
76
languages : ${{ matrix.language }}
77
77
# If you wish to specify custom queries, you can do so here or in a config file.
85
85
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
86
86
# If this step fails, then you should remove it and run the build manually (see below)
87
87
- name : Autobuild
88
- uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
88
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
89
89
90
90
# ℹ️ Command-line programs to run using the OS shell.
91
91
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -98,17 +98,17 @@ jobs:
98
98
# ./location_of_script_within_repo/buildscript.sh
99
99
100
100
- name : Perform CodeQL Analysis
101
- uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
101
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
102
102
with :
103
103
category : " /language:${{matrix.language}}"
104
104
105
105
skip-analyze :
106
106
needs : [changes]
107
107
if : needs.changes.outputs.should-run-analyze == 'false'
108
- name : Skip Analyze
108
+ name : Analyze
109
109
strategy :
110
110
matrix :
111
111
language : [ 'go', 'javascript' ]
112
112
runs-on : ubuntu-22.04
113
113
steps :
114
- - run : ' echo "No build required"'
114
+ - run : ' echo "No build required"'
0 commit comments