From a0775ca643542a32d8a955223b04ddb33b0dbecc Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Sun, 4 Feb 2024 13:15:09 +0100 Subject: [PATCH] ci: switch pipe to f1 version --- .github/workflows/build-release.yml | 2 +- .github/workflows/create-fix-branch.yml | 2 +- .github/workflows/create-new-build.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/sonar-pr.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b04a59a..fde2858 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -5,5 +5,5 @@ on: - '**' jobs: release: - uses: onecx/ci-quarkus/.github/workflows/build-release.yml@v1 + uses: onecx/ci-quarkus/.github/workflows/build-release.yml@f1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-fix-branch.yml b/.github/workflows/create-fix-branch.yml index 92af624..423b87d 100644 --- a/.github/workflows/create-fix-branch.yml +++ b/.github/workflows/create-fix-branch.yml @@ -3,5 +3,5 @@ on: workflow_dispatch: jobs: fix: - uses: onecx/ci-common/.github/workflows/create-fix-branch.yml@v1 + uses: onecx/ci-common/.github/workflows/create-fix-branch.yml@f1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-new-build.yml b/.github/workflows/create-new-build.yml index 5051e3c..d061e32 100644 --- a/.github/workflows/create-new-build.yml +++ b/.github/workflows/create-new-build.yml @@ -5,5 +5,5 @@ on: jobs: build: - uses: onecx/ci-common/.github/workflows/create-new-build.yml@v1 + uses: onecx/ci-common/.github/workflows/create-new-build.yml@f1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c97eb42..3ff64a0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -3,5 +3,5 @@ on: workflow_dispatch: jobs: release: - uses: onecx/ci-common/.github/workflows/create-release.yml@v1 + uses: onecx/ci-common/.github/workflows/create-release.yml@f1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3d17922..b4d8ea0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,5 +6,5 @@ on: - 'docs/**' jobs: release: - uses: onecx/ci-common/.github/workflows/documentation.yml@v1 + uses: onecx/ci-common/.github/workflows/documentation.yml@f1 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index 02c3e1e..579bd99 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -8,5 +8,5 @@ on: jobs: pr: - uses: onecx/ci-quarkus/.github/workflows/quarkus-pr-sonar.yml@v1 + uses: onecx/ci-quarkus/.github/workflows/quarkus-pr-sonar.yml@f1 secrets: inherit \ No newline at end of file