Skip to content

Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 #40

Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0

Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 #40

name: Dependency Submission
# Triggers the workflow on merging a PR
on:
pull_request:
types:
- closed
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: true
- name: Build Marketplace
uses: ./.github/actions/build-marketplace
with:
SKIP_TESTS: true
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v4