Skip to content

Bump commons-io:commons-io from 2.6 to 2.14.0 in /runtime #6

Bump commons-io:commons-io from 2.6 to 2.14.0 in /runtime

Bump commons-io:commons-io from 2.6 to 2.14.0 in /runtime #6

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --file pom.xml -B ${{ github.event_name == 'push' && '$DEPLOY' || '$BUILD' }}
env:
DEPLOY: -DaltDeploymentRepository=github::https://maven.pkg.github.com/${{ github.repository }} deploy
BUILD: verify
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
continue-on-error: true
uses: advanced-security/maven-dependency-submission-action@bfd2106013da0957cdede0b6c39fb5ca25ae375e # v4.0.2
with:
directory: '/'