From 8b31e95443c74a5f8a35126aada9e4df77347485 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Wed, 13 Dec 2023 13:20:55 +0100 Subject: [PATCH] execute custom action --- .github/workflows/android.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index dc3976a4..1293141b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -4,9 +4,11 @@ on: [ push ] jobs: build: - runs-on: ubuntu-latest + permissions: + checks: write + steps: - uses: actions/checkout@v3 - name: set up JDK @@ -30,3 +32,6 @@ jobs: with: name: build-reports path: ./*/build/reports/* + + - name: Publish SpotBugs + uses: ./.github/actions/publish-spotbugs-reports