File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 26
26
packages : write
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
- uses : gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3.3.2
31
31
- name : Fetch version history
32
32
# Do NOT want to fetch all tags if building a specific tag.
71
71
build_windows :
72
72
runs-on : windows-latest
73
73
steps :
74
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
74
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
75
75
- uses : gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3.3.2
76
76
- name : Set up JDK
77
77
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
92
92
permissions :
93
93
contents : write
94
94
steps :
95
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v3.0.0
95
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.0.0
96
96
- name : Create GitHut Release
97
97
uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v0.1.15
98
98
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
30
30
- name : Initialize CodeQL
31
31
uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
Original file line number Diff line number Diff line change 17
17
contents : write # required to submit dependencies report
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
21
- uses : gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3.3.2
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
Original file line number Diff line number Diff line change 24
24
BUNDLE_GEMFILE : ${{ github.workspace }}/docs/Gemfile
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v3.2.0
27
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.2.0
28
28
with :
29
29
fetch-depth : 0 # need full history to get page last modified times
30
30
- name : Setup Ruby
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
if : github.ref == 'refs/heads/main'
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
18
with :
19
19
token : ${{ secrets.TRIGGER_GITHUB_TOKEN }}
20
20
- name : Fetch version history
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
35
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
36
with :
37
37
persist-credentials : false
38
38
Original file line number Diff line number Diff line change 21
21
if : github.ref == 'refs/heads/main'
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
with :
26
26
token : ${{ secrets.TRIGGER_GITHUB_TOKEN }}
27
27
- name : Fetch version history
You can’t perform that action at this time.
0 commit comments