Skip to content

build(deps-dev): bump io.spring.javaformat:spring-javaformat-maven-plugin from 0.0.47 to 0.0.48 #45

build(deps-dev): bump io.spring.javaformat:spring-javaformat-maven-plugin from 0.0.47 to 0.0.48

build(deps-dev): bump io.spring.javaformat:spring-javaformat-maven-plugin from 0.0.47 to 0.0.48 #45

name: Dependency Review
# Scans new dependencies introduced in pull requests for known vulnerabilities
# and license issues. Fails the PR if HIGH or CRITICAL severity findings are present.
# Requires GitHub Advanced Security (free for public repositories).
on:
pull_request:
permissions:
contents: read
jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: write # allow posting the summary comment on the PR
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Dependency Review
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
fail-on-severity: high
comment-summary-in-pr: always