From 15f36ad959e5c08bfef9e5b930e388133cdd0a91 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 14 May 2024 21:40:55 +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 da4d6b3..8cd97d5 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 5ca30f3..356f126 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 85d039a..13c76b0 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.tabla.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.tabla.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 bd393b9..2520fd2 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 096557a..fbb9053 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 bf8abfb..96cce5a 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 90f48e3..8d879b2 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 21b1350..5dd2fae 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 bff679d..f7ea89c 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