File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
python-version : ${{ env.PYTHON_VERSION }}
40
40
- name : Use Node.js ${{ matrix.node-version }}
41
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
41
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
42
42
with :
43
43
node-version : ${{ matrix.node-version }}
44
44
architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 43
43
with :
44
44
python-version : ${{ env.PYTHON_VERSION }}
45
45
- name : Use Node.js ${{ matrix.node-version }}
46
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
46
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
47
47
with :
48
48
node-version : ${{ matrix.node-version }}
49
49
- name : Check Node.js installation
Original file line number Diff line number Diff line change 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
53
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
70
70
71
71
- name : Use Node.js v18.x
72
72
if : matrix.language == 'cpp'
73
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
73
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
74
74
with :
75
75
node-version : 18.x
76
76
80
80
npx node-gyp rebuild -C test
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
83
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 47
47
with :
48
48
python-version : ${{ env.PYTHON_VERSION }}
49
49
- name : Use Node.js ${{ env.NODE_VERSION }}
50
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
50
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
51
51
with :
52
52
node-version : ${{ env.NODE_VERSION }}
53
53
- name : Environment Information
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
- run : git branch -a
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
28
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
- run : npm install
Original file line number Diff line number Diff line change 37
37
egress-policy : audit
38
38
39
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
40
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
41
41
with :
42
42
node-version : lts/*
43
43
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
74
+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments