Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.1
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.81.2
with:
java-version: 17
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Lint Helm chart
uses: bakdata/ci-templates/actions/helm-lint@1.81.1
uses: bakdata/ci-templates/actions/helm-lint@1.81.2
with:
lint-config-path: ".github/lint-config.yaml"
6 changes: 3 additions & 3 deletions .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
version: ${{ steps.get-version.outputs.version }}
steps:
- name: Check out repository
uses: bakdata/ci-templates/actions/checkout@1.81.1
uses: bakdata/ci-templates/actions/checkout@1.81.2

- name: Set up Gradle with version ${{ inputs.gradle-version }}
uses: bakdata/ci-templates/actions/java-gradle-setup@1.81.1
uses: bakdata/ci-templates/actions/java-gradle-setup@1.81.2
with:
java-distribution: "microsoft"
java-version: "17"
Expand All @@ -36,7 +36,7 @@ jobs:

helm-publish:
name: Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.81.1
uses: bakdata/ci-templates/.github/workflows/helm-multi-release.yaml@1.81.2
needs: get-gradle-version
with:
charts-path: "./charts"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
java-gradle-release:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.1
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.81.2
with:
java-version: 17
release-type: "${{ inputs.release-type }}"
Expand Down
Loading