File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
31
31
- name : Set Node.js 16.x
32
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
32
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33
33
with :
34
34
node-version : 16.x
35
35
76
76
id : diff
77
77
78
78
# If index.js was different than expected, upload the expected version as an artifact
79
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
79
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
80
80
if : ${{ failure() && steps.diff.conclusion == 'failure' }}
81
81
with :
82
82
name : dist
Original file line number Diff line number Diff line change 45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
48
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
source-root : src
57
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
58
# If this step fails, then you should remove it and run the build manually (see below)
59
59
- name : Autobuild
60
- uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
60
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
61
61
62
62
# ℹ️ Command-line programs to run using the OS shell.
63
63
# 📚 https://git.io/JvXDl
71
71
# make release
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
74
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
- name : Upload result file as artefact
39
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2.3.1
39
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v2.3.1
40
40
with :
41
41
name : test
42
42
path : test.json
You can’t perform that action at this time.
0 commit comments