From 144ae57c988d1e7cb7146addc7b6a8b278d73407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:35:43 +0000 Subject: [PATCH] chore(deps): update onelitefeathernet/workflows action to v2.8.2 --- .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 4735d57..f2ddeda 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -11,7 +11,7 @@ permissions: jobs: build: # Shared org build: Temurin toolchain, 3-OS matrix, tests and coverage. - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.8.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.8.2 with: java-version: "21" java-distribution: "temurin" diff --git a/.github/workflows/close_invalid_prs.yml b/.github/workflows/close_invalid_prs.yml index bb594b8..9b9496b 100644 --- a/.github/workflows/close_invalid_prs.yml +++ b/.github/workflows/close_invalid_prs.yml @@ -10,5 +10,5 @@ permissions: jobs: close: - uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.8.2 secrets: inherit diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 759b37b..6214fc5 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.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/pr-lint.yml@v2.8.2 secrets: inherit diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6e0e1ca..9034364 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ permissions: jobs: release-please: - uses: OneLiteFeatherNET/workflows/.github/workflows/release-please.yml@v2.8.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/release-please.yml@v2.8.2 secrets: inherit sbom: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index a8b8889..d596fb8 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.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/security-scan.yml@v2.8.2 with: scan-type: "fs" scanners: "vuln,secret"