Skip to content

[BUGFIX] Fix dependency graph update #14

[BUGFIX] Fix dependency graph update

[BUGFIX] Fix dependency graph update #14

Workflow file for this run

name: Solr TYPO3 Plugin Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 for x64
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
- name: Build with Maven
run: mvn -Djava.security.egd=file:/dev/./urandom -B package --file pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4
continue-on-error: true