Skip to content

Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 #285

Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0

Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 #285

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@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
path: ${{steps.sbom.outputs.fileName }}
name: "SBOM"