From aee6698b60ca0b309498413e9624e1ab4a656a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:04:04 +0000 Subject: [PATCH] build(deps): pin neotamia/actions action to b2d2439 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release-please.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65a8160..bd10eba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ concurrency: jobs: build-and-publish: name: Build and Publish - uses: NeoTamia/actions/.github/workflows/jvm-build-and-publish.yml@main + uses: NeoTamia/actions/.github/workflows/jvm-build-and-publish.yml@b2d24392f359620e083cff5f3934781604d31f9a # main with: publish: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }} release: ${{ startsWith(github.ref, 'refs/tags/v') || github.event.inputs.release == 'true' }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02c7e9c..1315ba0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ concurrency: jobs: lint: name: Linting - uses: NeoTamia/actions/.github/workflows/jvm-lint.yml@main + uses: NeoTamia/actions/.github/workflows/jvm-lint.yml@b2d24392f359620e083cff5f3934781604d31f9a # main permissions: contents: read issues: write diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index af1d520..b7db98b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ concurrency: jobs: release-please: name: Release Please - uses: NeoTamia/actions/.github/workflows/release-please.yml@main + uses: NeoTamia/actions/.github/workflows/release-please.yml@b2d24392f359620e083cff5f3934781604d31f9a # main permissions: contents: write pull-requests: write @@ -22,7 +22,7 @@ jobs: name: Gitflow release needs: release-please if: ${{ needs.release-please.outputs.release_created == 'true' }} - uses: NeoTamia/actions/.github/workflows/gitflow-release.yml@main + uses: NeoTamia/actions/.github/workflows/gitflow-release.yml@b2d24392f359620e083cff5f3934781604d31f9a # main permissions: contents: write secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a3e83f..38d0e9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ concurrency: jobs: test: name: Test - uses: NeoTamia/actions/.github/workflows/jvm-test.yml@main + uses: NeoTamia/actions/.github/workflows/jvm-test.yml@b2d24392f359620e083cff5f3934781604d31f9a # main permissions: checks: write pull-requests: write