From 70be68e083b970bd80a3085a69038f405db3185f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:46:31 +0000 Subject: [PATCH] chore(deps): update onelitefeathernet/workflows action to v2.9.0 --- .github/workflows/build-pr.yml | 2 +- .github/workflows/close_invalid_prs.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/security.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 45126d1..a946f81 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -10,7 +10,7 @@ permissions: jobs: build: # Reuse the OneLiteFeather org build workflow (Java 25, OS matrix, tests, coverage). - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.8.2 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.9.0 with: java-version: "25" java-distribution: "temurin" diff --git a/.github/workflows/close_invalid_prs.yml b/.github/workflows/close_invalid_prs.yml index 648e3b2..f565d2a 100644 --- a/.github/workflows/close_invalid_prs.yml +++ b/.github/workflows/close_invalid_prs.yml @@ -6,5 +6,5 @@ on: jobs: close: - uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.2 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.9.0 secrets: inherit diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 6214fc5..f56712c 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -13,5 +13,5 @@ permissions: jobs: lint: - uses: OneLiteFeatherNET/workflows/.github/workflows/pr-lint.yml@v2.8.2 + uses: OneLiteFeatherNET/workflows/.github/workflows/pr-lint.yml@v2.9.0 secrets: inherit diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2f1a30c..9908544 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: name: Publish to OneLiteFeatherRepo needs: release-please if: needs.release-please.outputs.release_created == 'true' - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.8.2 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.9.0 with: java-version: "25" publish-task: "publish" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 83c63fc..bee955f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,7 +17,7 @@ permissions: jobs: trivy: name: Trivy scan - uses: OneLiteFeatherNET/workflows/.github/workflows/security-scan.yml@v2.8.2 + uses: OneLiteFeatherNET/workflows/.github/workflows/security-scan.yml@v2.9.0 with: scan-type: "fs" scanners: "vuln,secret"