From af45dcfe3c07f2a818493036fd6b6b83d9e9a479 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 13 Nov 2024 17:50:37 -0700 Subject: [PATCH] Add wrapper-validation workflow Although we run `setup-gradle` with all/most wrapper files, this global workflow will ensure that all wrapper files in the repo are valid. (This should help with the OSSF scorecard) --- .github/workflows/ci-validate-wrappers.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci-validate-wrappers.yml diff --git a/.github/workflows/ci-validate-wrappers.yml b/.github/workflows/ci-validate-wrappers.yml new file mode 100644 index 0000000..d1a8294 --- /dev/null +++ b/.github/workflows/ci-validate-wrappers.yml @@ -0,0 +1,14 @@ +name: CI-validate-wrappers + +on: + push: + pull_request: + +jobs: + validation: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: gradle/actions/wrapper-validation@v4 + with: + allow-checksums: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855