-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from Workiva/added_dependabot_for_gha
FEDX-1401: Added dependentabot for gha
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ permissions: | |
|
||
jobs: | ||
checks: | ||
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].0 | ||
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].1 | ||
|
||
sbom: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ permissions: | |
jobs: | ||
# Generates and uploads sbom, and publishes to pub.dev | ||
publish: | ||
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].0 | ||
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].1 |