From 1a840ee321f40282f490d32fff0ac63341349019 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Tue, 28 Jan 2025 11:54:47 -0700 Subject: [PATCH] Update to JOSMPluginAction v3 Signed-off-by: Taylor Smock --- .github/workflows/ant.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 417a4782..f5163965 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -12,6 +12,12 @@ on: - $default-branch workflow_dispatch: +permissions: + id-token: write + attestations: write + contents: write + packages: write + jobs: check-release-needed: runs-on: ubuntu-latest @@ -41,9 +47,9 @@ jobs: needs: check-release-needed strategy: matrix: - josm-revision: ["", "r18877"] - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 + josm-revision: ["", "r19044"] + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v3 with: josm-revision: ${{ matrix.josm-revision }} - perform-revision-tagging: ${{ matrix.josm-revision == 'r18877' && needs.check-release-needed.outputs.release_needed == 'true' }} + perform-revision-tagging: ${{ matrix.josm-revision == 'r19044' && needs.check-release-needed.outputs.release_needed == 'true' }} secrets: inherit