Skip to content

Commit 5b948d6

Browse files
committedJan 23, 2025··
yaml fixes
1 parent 1dcac3e commit 5b948d6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
 

‎.github/workflows/mvn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ ubuntu-24.04, windows-2022, macos-15 ]
37-
java: [ 11, 21 ]
36+
os: [ubuntu-24.04, windows-2022, macos-15]
37+
java: [11, 21]
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-java@v4

‎.github/workflows/ort.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222
---
2323
name: ort
24-
on:
24+
'on':
2525
push:
2626
branches:
2727
- master
@@ -32,9 +32,7 @@ jobs:
3232
ort:
3333
runs-on: ubuntu-24.04
3434
steps:
35-
- run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/
3635
- uses: actions/checkout@v4
3736
- uses: oss-review-toolkit/ort-ci-github-action@v1
3837
with:
39-
allow-dynamic-versions: 'true'
4038
fail-on: 'violations'

‎.github/workflows/simian.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222
---
23+
# yamllint disable rule:line-length
2324
name: simian
2425
'on':
2526
push:

‎.github/workflows/sonar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222
---
2323
name: sonar
24-
on:
24+
'on':
2525
push:
2626
branches:
2727
- master

0 commit comments

Comments
 (0)
Please sign in to comment.