Skip to content

Bump @stellar/stellar-xdr-json from 23.0.0 to 26.0.0 in /dapp (#22) #15

Bump @stellar/stellar-xdr-json from 23.0.0 to 26.0.0 in /dapp (#22)

Bump @stellar/stellar-xdr-json from 23.0.0 to 26.0.0 in /dapp (#22) #15

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