Commit 45998e4 1 parent 5317525 commit 45998e4 Copy full SHA for 45998e4
File tree 7 files changed +10
-10
lines changed
third_party/amp-toolbox-cache-url
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
41
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
42
42
with :
43
43
config-file : ./.github/codeql/config.yml
44
44
languages : ${{ matrix.language }}
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
47
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
48
48
with :
49
49
category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 26
26
- name : Checkout Repo
27
27
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
28
- name : Set Up Node
29
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
29
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
30
30
with :
31
31
node-version : lts/*
32
32
- name : Install Dependencies
Original file line number Diff line number Diff line change 30
30
fetch-depth : 100
31
31
32
32
- name : Set Up Node
33
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
34
with :
35
35
node-version : lts/*
36
36
Original file line number Diff line number Diff line change 30
30
with :
31
31
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
32
32
33
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
34
with :
35
35
node-version : lts/*
36
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : ' Upload to code-scanning'
75
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
75
+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
76
76
with :
77
77
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
with :
19
19
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
20
20
21
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
21
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
22
22
with :
23
23
node-version : lts/*
24
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 33
33
},
34
34
"devDependencies" : {
35
35
"@ampproject/rollup-plugin-closure-compiler" : " 0.27.0" ,
36
- "eslint" : " 9.10 .0" ,
36
+ "eslint" : " 9.11 .0" ,
37
37
"eslint-config-google" : " 0.14.0" ,
38
38
"jasmine" : " 5.3.0" ,
39
39
"karma" : " 6.4.4" ,
40
40
"karma-chrome-launcher" : " 3.2.0" ,
41
41
"karma-jasmine" : " 5.1.0" ,
42
42
"npm-run-all2" : " 6.2.3" ,
43
- "rollup" : " 4.21.3 " ,
43
+ "rollup" : " 4.22.4 " ,
44
44
"rollup-plugin-commonjs" : " 10.1.0" ,
45
45
"rollup-plugin-filesize" : " 10.0.0" ,
46
46
"rollup-plugin-ignore" : " 1.0.10" ,
47
47
"rollup-plugin-json" : " 4.0.0" ,
48
48
"rollup-plugin-node-builtins" : " 2.1.2" ,
49
- "@rollup/plugin-node-resolve" : " 15.2.3 " ,
49
+ "@rollup/plugin-node-resolve" : " 15.2.4 " ,
50
50
"rollup-plugin-serve" : " 3.0.0" ,
51
51
"semver" : " 7.6.3"
52
52
}
You can’t perform that action at this time.
0 commit comments