From 0bcfdf14c01116e14c2ad6b9c26cbede012a3e63 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 14 May 2024 21:40:46 +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 752bc49..1f2e06d 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 3854c79..2975254 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 258d492..9d3fcae 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.certusine.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.certusine.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 5b4b7dd..d8055b7 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 6bd3883..c7fc05d 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 0f51f14..79ce26b 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 667926a..69b3952 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 5f97f3c..cd1ec75 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 d7d6620..1ad99dd 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