File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
permissions :
37
37
id-token : write
38
38
steps :
39
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
39
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
40
40
- name : Set up JDK ${{ matrix.java-version }}
41
41
uses : actions/setup-java@v3
42
42
with :
Original file line number Diff line number Diff line change 15
15
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
19
20
20
- name : Set up JDK ${{ matrix.java-version }}
21
21
uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
9
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
10
10
# allstar complains if we don't use tags here (https://github.com/ossf/scorecard/issues/2477)
11
11
- uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 46
46
hashes : ${{ steps.hash.outputs.hashes }}
47
47
steps :
48
48
- name : checkout tag
49
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
49
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
50
50
with :
51
51
ref : " refs/tags/v${{ github.event.inputs.release_version }}"
52
52
You can’t perform that action at this time.
0 commit comments