Skip to content

Commit e9442fc

Browse files
Merge pull request #46 from Workiva/release_gha-dart-oss_v0.1.12
FEDX-3763 Release gha-dart-oss v0.1.12
2 parents 875f59d + 4529034 commit e9442fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
matrix:
164164
check: ${{ fromJson(needs.analyze-additional-checks.outputs.checks) }}
165165
steps:
166-
- uses: Workiva/gha-dart-oss/.github/actions/[email protected].11
166+
- uses: Workiva/gha-dart-oss/.github/actions/[email protected].12
167167
with:
168168
package-path: ${{ inputs.package-path }}
169169
command: ${{ matrix.check }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ on:
2020
jobs:
2121
# Runs analysis, formatting, and dependency validation, against the dart source
2222
checks:
23-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
23+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
2424

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

2929
# Runs unit tests in dev mode (vm/ddc), and optionally `--release` if executing
3030
# against a webdev configured repo
3131
unit-tests:
32-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
32+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
3333
```
3434
3535
```yaml
@@ -48,5 +48,5 @@ permissions:
4848
jobs:
4949
# Generates and uploads sbom, and publishes to pub.dev
5050
publish:
51-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
51+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].12
5252
```

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.11
1+
v0.1.12

0 commit comments

Comments
 (0)