Skip to content

Bump kotlin.version from 2.2.20 to 2.2.21 #257

Bump kotlin.version from 2.2.20 to 2.2.21

Bump kotlin.version from 2.2.20 to 2.2.21 #257

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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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"