Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
matrix:
check: ${{ fromJson(needs.analyze-additional-checks.outputs.checks) }}
steps:
- uses: Workiva/gha-dart-oss/.github/actions/[email protected].11
- uses: Workiva/gha-dart-oss/.github/actions/[email protected].12
with:
package-path: ${{ inputs.package-path }}
command: ${{ matrix.check }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ on:
jobs:
# Runs analysis, formatting, and dependency validation, against the dart source
checks:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12

# Generates sbom and uploads it using anchore/sbom-action
build:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12

# Runs unit tests in dev mode (vm/ddc), and optionally `--release` if executing
# against a webdev configured repo
unit-tests:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
```

```yaml
Expand All @@ -48,5 +48,5 @@ permissions:
jobs:
# Generates and uploads sbom, and publishes to pub.dev
publish:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
```
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.11
v0.1.12
Loading