Skip to content

Bump soroban-sdk from 25.3.0 to 25.3.1 in the cargo-minor group (#19) #12

Bump soroban-sdk from 25.3.0 to 25.3.1 in the cargo-minor group (#19)

Bump soroban-sdk from 25.3.0 to 25.3.1 in the cargo-minor group (#19) #12

Workflow file for this run

name: Submit SBOM to PG Atlas
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: sbom-${{ github.ref }}
cancel-in-progress: true
jobs:
sbom:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Fetch and submit SBOM
uses: SCF-Public-Goods-Maintenance/pg-atlas-sbom-action@main