File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
uploads.github.com:443
43
43
44
44
- name : Checkout repository
45
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
45
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 32
32
repo.maven.apache.org:443
33
33
storage.googleapis.com:443
34
34
35
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
35
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
36
37
37
- name : Set up JDK ${{ matrix.java }}
38
38
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
Original file line number Diff line number Diff line change 20
20
allowed-endpoints : >
21
21
github.com:443
22
22
repo.maven.apache.org:443
23
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
23
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : Set up JDK
25
25
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
26
26
with :
42
42
with :
43
43
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
44
44
45
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 # v2 minimum required
45
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # v2 minimum required
46
46
- name : Run formatter
47
47
id : formatter
48
48
uses : axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
Original file line number Diff line number Diff line change 44
44
*.github.com:443
45
45
46
46
- name : " Checkout code"
47
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
47
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
48
48
with :
49
49
persist-credentials : false
50
50
Original file line number Diff line number Diff line change 25
25
allowed-endpoints : >
26
26
github.com:443
27
27
repo.maven.apache.org:443
28
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
28
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
- name : Set up JDK ${{ matrix.java }}
30
30
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
31
31
with :
You can’t perform that action at this time.
0 commit comments