Skip to content

Bump commons-io:commons-io from 2.19.0 to 2.20.0 #190

Bump commons-io:commons-io from 2.19.0 to 2.20.0

Bump commons-io:commons-io from 2.19.0 to 2.20.0 #190

Workflow file for this run

name: "SBOM Generator"
on:
push:
branches: [ main ]
concurrency:
group: sbom-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
# Declare default permissions as read only.
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: advanced-security/sbom-generator-action@6fe43abf522b2e7a19bc769aec1e6c848614b517 # v0.0.2
id: sbom
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
path: ${{steps.sbom.outputs.fileName }}
name: "SBOM"