File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
extensions/amp-access/0.1/iframe-api
third_party/amp-toolbox-cache-url Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 34
34
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
35
35
36
36
- name : Checkout repository
37
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 24
24
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
25
25
26
26
- name : Checkout Repo
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
28
- name : Set Up Node
29
29
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
30
30
with :
48
48
with :
49
49
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
50
50
51
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
52
52
53
53
- name : Create issue on error
54
54
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
Original file line number Diff line number Diff line change 25
25
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
26
26
27
27
- name : Checkout Repo
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
with :
30
30
fetch-depth : 100
31
31
59
59
with :
60
60
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
61
61
62
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63
63
64
64
- name : Create issue on error
65
65
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
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 33
33
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
34
with :
35
35
node-version : lts/*
36
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
37
- run : bash ./.github/workflows/install_dependencies.sh
38
38
- name : Run tagger
39
39
run : |
60
60
with :
61
61
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
62
62
63
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64
64
65
65
- name : Create issue on error
66
66
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
Original file line number Diff line number Diff line change 37
37
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
38
38
39
39
- name : ' Checkout code'
40
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
with :
42
42
persist-credentials : false
43
43
Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
22
22
with :
23
23
node-version : lts/*
24
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
25
- name : Add progress comment to cherry-pick issue for Stable and LTS
26
26
if : github.event_name == 'issues' && github.event.action == 'opened'
27
27
run : |
56
56
with :
57
57
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
58
58
59
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
60
60
61
61
- name : Create issue on error
62
62
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
Original file line number Diff line number Diff line change 26
26
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
27
27
28
28
- name : Checkout Repo
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
30
- name : Update Session Issues
31
31
run : |
32
32
node ./build-system/common/update-session-issues
Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"babel-plugin-external-helpers" : " 6.22.0" ,
18
18
"babel-preset-env" : " 1.7.0" ,
19
- "rollup" : " 4.22.4 " ,
19
+ "rollup" : " 4.22.5 " ,
20
20
"@rollup/plugin-babel" : " 6.0.4" ,
21
21
"rollup-plugin-cleanup" : " 3.2.1"
22
22
}
Original file line number Diff line number Diff line change 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.22.4 " ,
43
+ "rollup" : " 4.22.5 " ,
44
44
"rollup-plugin-commonjs" : " 10.1.0" ,
45
45
"rollup-plugin-filesize" : " 10.0.0" ,
46
46
"rollup-plugin-ignore" : " 1.0.10" ,
You can’t perform that action at this time.
0 commit comments