Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/src/main/docker/onecx/dock…
Browse files Browse the repository at this point in the history
…er-quarkus-jvm-0.4.0
  • Loading branch information
andrejpetras authored Feb 4, 2024
2 parents 1e50f4b + a0775ca commit 3160254
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/create-fix-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/create-new-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3160254

Please sign in to comment.