Skip to content

Commit

Permalink
Fixed sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed May 27, 2024
1 parent 7234c6d commit 6cb62e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
uses: peiffer-innovations/actions-flutter-validate@v2
with:
path: annotation
sarif_file: annotation.sarif
skip_sarif: true

- name: Validate annotation
uses: peiffer-innovations/actions-flutter-validate@v2
with:
path: codegen
sarif_file: codegen.sarif
skip_sarif: true

- name: Validate annotation
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true
path: json_theme
sarif_file: json_theme.sarif

1 change: 1 addition & 0 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ packageLicenseOverride:
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0

ignore_updates:
- 'archive'
Expand Down
1 change: 1 addition & 0 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ packageLicenseOverride:
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0

ignore_updates:
- 'analyzer'
Expand Down
1 change: 1 addition & 0 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ packageLicenseOverride:
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0

ignore_updates:
- 'archive'
Expand Down
1 change: 1 addition & 0 deletions json_theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ packageLicenseOverride:
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0

ignore_updates:
- 'archive'
Expand Down

0 comments on commit 6cb62e5

Please sign in to comment.