Commit b08973d 1 parent fbea70a commit b08973d Copy full SHA for b08973d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
sudo sed -i 's/^couchdb.password\s*=/& '${COUCHDB_PASSWORD}'/' /etc/sw360/couchdb-test.properties
63
63
64
64
- name : Set up JDK 21
65
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
65
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
66
66
with :
67
67
java-version : " 21"
68
68
distribution : " temurin"
Original file line number Diff line number Diff line change 52
52
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
54
54
- name : Set up JDK 17
55
- uses : actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6 .0
55
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7 .0
56
56
with :
57
57
java-version : " 17"
58
58
cache : " maven"
You can’t perform that action at this time.
0 commit comments