Skip to content

Commit

Permalink
Merge pull request #46 from Workiva/gha-sbom
Browse files Browse the repository at this point in the history
DSC-9978 - Complete transition to GHA
  • Loading branch information
rmconsole4-wk authored Apr 4, 2024
2 parents f31cbb3 + 5cad8d3 commit e89a6a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'master'
- 'test_consume_*'
tags:
- '*'
pull_request:
branches:
- '*'
Expand All @@ -13,7 +15,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.19.6
Expand All @@ -23,9 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, stable, beta ]
sdk: [ 2.19.6, stable, beta ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand All @@ -34,14 +36,19 @@ jobs:
- run: dart analyze
- run: dart test test/lib
- run: dart test test/bin
- uses: anchore/sbom-action@v0
if: ${{ matrix.sdk == 'stable' }}
with:
path: ./
format: cyclonedx-json
example:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, stable, beta ]
sdk: [ 2.19.6, stable, beta ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions skynet.yaml

This file was deleted.

0 comments on commit e89a6a3

Please sign in to comment.