Skip to content

Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.4 #87

Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.4

Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.4 #87

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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
path: ${{steps.sbom.outputs.fileName }}
name: "SBOM"