From 0c6ee34bf503d8514219ae010e3670e3e5aa27e9 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 14 May 2024 21:40:48 +0000 Subject: [PATCH] Update workflows. --- .github/workflows/deploy-release.sh | 6 ++++++ .github/workflows/deploy-snapshot.sh | 6 ++++++ .github/workflows/deploy.linux.temurin.lts.yml | 6 ++++++ .github/workflows/main.linux.temurin.current.yml | 6 ++++++ .github/workflows/main.linux.temurin.lts.yml | 8 +++++++- .github/workflows/main.windows.temurin.current.yml | 6 ++++++ .github/workflows/main.windows.temurin.lts.yml | 6 ++++++ .github/workflows/pr.linux.temurin.current.yml | 6 ++++++ .github/workflows/pr.linux.temurin.lts.yml | 6 ++++++ .github/workflows/pr.windows.temurin.current.yml | 6 ++++++ .github/workflows/pr.windows.temurin.lts.yml | 6 ++++++ 11 files changed, 67 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.sh b/.github/workflows/deploy-release.sh index e25fc82..5cd95a0 100755 --- a/.github/workflows/deploy-release.sh +++ b/.github/workflows/deploy-release.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# fatal() { @@ -54,5 +59,6 @@ exec mvn \ -Dio7m.deployment=true \ --batch-mode \ --strict-checksums \ +-Denforcer.skip=true \ -DskipTests=true \ -DskipITs=true deploy diff --git a/.github/workflows/deploy-snapshot.sh b/.github/workflows/deploy-snapshot.sh index 6d90615..245fa1e 100755 --- a/.github/workflows/deploy-snapshot.sh +++ b/.github/workflows/deploy-snapshot.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# fatal() { @@ -46,5 +51,6 @@ EOF exec mvn \ --batch-mode \ --strict-checksums \ +-Denforcer.skip=true \ -DskipTests=true \ -DskipITs=true deploy diff --git a/.github/workflows/deploy.linux.temurin.lts.yml b/.github/workflows/deploy.linux.temurin.lts.yml index a0a8658..dd11a1f 100644 --- a/.github/workflows/deploy.linux.temurin.lts.yml +++ b/.github/workflows/deploy.linux.temurin.lts.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: deploy.linux.temurin.lts diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 483a4d7..be0ba22 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: main.linux.temurin.current diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index f3c19bf..105d205 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: main.linux.temurin.lts @@ -38,7 +44,7 @@ jobs: path: ./com.io7m.jbssio.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.jbssio.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index c85d6a7..6d7af3b 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: main.windows.temurin.current diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index db00241..bb96f18 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: main.windows.temurin.lts diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 5096083..48be008 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: pr.linux.temurin.current diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index 7aa0a70..7181eb7 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: pr.linux.temurin.lts diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index d81614c..4c214b7 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: pr.windows.temurin.current diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index c4c7bcf..68ef2db 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -1,3 +1,9 @@ +# +# Automatically generated: DO NOT EDIT. +# +# Generation code: https://www.github.com/io7m-com/.github/ +# Workflow profile: Core +# name: pr.windows.temurin.lts