Skip to content

Commit

Permalink
Merge branch 'master' into latest_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 2, 2025
2 parents 7ea99cb + eb870b9 commit c90d7d3
Show file tree
Hide file tree
Showing 27 changed files with 1,866 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/test_descriptor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:test_descriptor"
about: "Create a bug or file a feature request against package:test_descriptor."
labels: "package:test_descriptor"
---
72 changes: 36 additions & 36 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
sarif_file: results.sarif
Loading

0 comments on commit c90d7d3

Please sign in to comment.