File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
token : ' ${{ secrets.GITHUB_TOKEN }}'
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 24
24
fail-fast : false
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- uses : oss-review-toolkit/ort-ci-github-action@v1
29
29
with :
30
30
allow-dynamic-versions : " true"
51
51
java-version : " 21"
52
52
53
53
- name : Checkout repository
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
56
56
- name : Set BUILD_DATE
57
57
run : echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 25
25
strategy :
26
26
fail-fast : false
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : oss-review-toolkit/ort-ci-github-action@v1
30
30
with :
31
31
allow-dynamic-versions : " true"
39
39
new_tag : ${{ steps.tagging.outputs.new_tag }}
40
40
steps :
41
41
- name : Checkout Repository
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
with :
44
44
fetch-depth : 0
45
45
79
79
needs : versioning
80
80
steps :
81
81
- name : Checkout Repository
82
- uses : actions/checkout@v4
82
+ uses : actions/checkout@v5
83
83
84
84
- name : Install GitHub CLI
85
85
run : sudo apt-get install -y gh
@@ -118,7 +118,7 @@ jobs:
118
118
java-version : " 21"
119
119
120
120
- name : Checkout Repository
121
- uses : actions/checkout@v4
121
+ uses : actions/checkout@v5
122
122
123
123
- name : Set BUILD_DATE
124
124
run : echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 12
12
permissions :
13
13
contents : read
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up GraalVM JDK 21
17
17
uses : graalvm/setup-graalvm@v1
18
18
with :
28
28
permissions :
29
29
contents : read
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- uses : fsfe/reuse-action@v5
Original file line number Diff line number Diff line change 61
61
done
62
62
63
63
- name : OSS Review Toolkit (ORT) Analysis
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
with :
66
66
repository : ${{ github.repository }}
67
67
You can’t perform that action at this time.
0 commit comments