File tree 8 files changed +17
-17
lines changed
8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
with :
33
33
egress-policy : audit
34
34
35
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
36
- name : Set up Python ${{ env.PYTHON_VERSION }}
37
37
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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 @@ -37,13 +37,13 @@ jobs:
37
37
with :
38
38
egress-policy : audit
39
39
40
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
- name : Set up Python ${{ env.PYTHON_VERSION }}
42
42
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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 @@ -46,11 +46,11 @@ jobs:
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
39
39
with :
40
40
egress-policy : audit
41
41
42
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
43
with :
44
44
persist-credentials : false
45
45
- name : Set up Python ${{ env.PYTHON_VERSION }}
46
46
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
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 22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
with :
21
21
egress-policy : audit
22
22
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
with :
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 36
36
with :
37
37
egress-policy : audit
38
38
39
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
39
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
with :
41
41
persist-credentials : false
42
42
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments