Skip to content

Commit

Permalink
only upload sbom for 2.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed May 30, 2024
1 parent 4e54bfd commit 79e1e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: dart analyze
- name: Run tests
run: dart test

- uses: anchore/sbom-action@v0
if: ${{ matrix.sdk == '2.19.6'}}
with:
path: ./
format: cyclonedx-json

0 comments on commit 79e1e6c

Please sign in to comment.