Skip to content

Bump commons-io:commons-io from 2.16.1 to 2.17.0 #8

Bump commons-io:commons-io from 2.16.1 to 2.17.0

Bump commons-io:commons-io from 2.16.1 to 2.17.0 #8

Workflow file for this run

name: "SBOM Generator"
on:
push:
branches: [ main ]
concurrency:
group: sbom-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- uses: advanced-security/sbom-generator-action@375dee8e6144d9fd0ec1f5667b4f6fb4faacefed # v0.0.1
id: sbom
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
with:
path: ${{steps.sbom.outputs.fileName }}
name: "SBOM"