From dc04229114e67604fcee41e4069375c7152aa3de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:49:59 +0000 Subject: [PATCH] build(deps): pin neotamia/actions action to da0f409 --- .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 ac5a6a0..00a6aac 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@da0f4095741fc1138ecdf68cc9efa6be0e6ab59c # main with: build-command: './gradlew build "-Pspotless.enforceCheck=false"' 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..85e0e6d 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@da0f4095741fc1138ecdf68cc9efa6be0e6ab59c # main permissions: contents: read issues: write diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index af1d520..160b249 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@da0f4095741fc1138ecdf68cc9efa6be0e6ab59c # 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@da0f4095741fc1138ecdf68cc9efa6be0e6ab59c # main permissions: contents: write secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3701d25..9fb9713 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@da0f4095741fc1138ecdf68cc9efa6be0e6ab59c # main permissions: checks: write pull-requests: write