From 16b514c4279b7240f3d6feb6f046146aededcd4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:30:35 +0000 Subject: [PATCH] chore(deps): pin platform-mesh/.github action to 0cc32b0 --- .github/workflows/auto-labeler.yml | 2 +- .github/workflows/pipeline.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-labeler.yml b/.github/workflows/auto-labeler.yml index bc53fb6..d729485 100644 --- a/.github/workflows/auto-labeler.yml +++ b/.github/workflows/auto-labeler.yml @@ -14,4 +14,4 @@ permissions: jobs: auto-labeler: if: github.event.pull_request.head.repo.full_name == github.repository - uses: platform-mesh/.github/.github/workflows/job-auto-labeler.yml@main + uses: platform-mesh/.github/.github/workflows/job-auto-labeler.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f379af2..8e8024e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -22,12 +22,12 @@ concurrency: jobs: lint: - uses: platform-mesh/.github/.github/workflows/job-golang-lint.yml@main + uses: platform-mesh/.github/.github/workflows/job-golang-lint.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main with: useMake: true test: - uses: platform-mesh/.github/.github/workflows/job-golang-test-source.yml@main + uses: platform-mesh/.github/.github/workflows/job-golang-test-source.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main secrets: inherit with: useMake: true @@ -35,7 +35,7 @@ jobs: docker-build: if: github.event_name == 'pull_request' - uses: platform-mesh/.github/.github/workflows/job-docker-build-push.yml@main + uses: platform-mesh/.github/.github/workflows/job-docker-build-push.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main with: imageTagName: ghcr.io/platform-mesh/example-httpbin-operator secrets: inherit @@ -65,13 +65,13 @@ jobs: create-version: if: github.ref == 'refs/heads/main' - uses: platform-mesh/.github/.github/workflows/job-create-version.yml@main + uses: platform-mesh/.github/.github/workflows/job-create-version.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main secrets: inherit docker-build-push: if: github.ref == 'refs/heads/main' needs: [create-version, lint, test] - uses: platform-mesh/.github/.github/workflows/job-docker-build-push.yml@main + uses: platform-mesh/.github/.github/workflows/job-docker-build-push.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main with: imageTagName: ghcr.io/platform-mesh/example-httpbin-operator version: ${{ needs.create-version.outputs.version }} @@ -81,7 +81,7 @@ jobs: update-version: if: github.ref == 'refs/heads/main' needs: [create-version, docker-build-push] - uses: platform-mesh/.github/.github/workflows/job-chart-version-update.yml@main + uses: platform-mesh/.github/.github/workflows/job-chart-version-update.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main secrets: inherit with: appVersion: ${{ needs.create-version.outputs.version }} @@ -91,14 +91,14 @@ jobs: sbom: if: github.ref == 'refs/heads/main' needs: [create-version, docker-build-push] - uses: platform-mesh/.github/.github/workflows/job-sbom.yml@main + uses: platform-mesh/.github/.github/workflows/job-sbom.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main with: imageReference: ghcr.io/platform-mesh/example-httpbin-operator:${{ needs.create-version.outputs.version }} image-ocm: if: github.ref == 'refs/heads/main' needs: [create-version, docker-build-push, sbom] - uses: platform-mesh/.github/.github/workflows/job-image-ocm.yml@main + uses: platform-mesh/.github/.github/workflows/job-image-ocm.yml@0cc32b04c6c9b4c9e6951646a279a110858ffebb # main secrets: inherit with: imageReference: ghcr.io/platform-mesh/example-httpbin-operator:${{ needs.create-version.outputs.version }}