Skip to content

Commit a1656e0

Browse files
committed
Merge branch 'main' into feat/filter-lint-rules
2 parents 5f33368 + b37c437 commit a1656e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Upload the results as artifacts (optional).
4343
- name: "Upload artifact"
44-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
44+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
4545
with:
4646
name: SARIF file
4747
path: results.sarif

firebase.json

+12
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,21 @@
366366
{ "source": "/support{,/**}", "destination": "/community", "type": 301 },
367367

368368
{ "source": "/to/doc-comment-references", "destination": "/tools/doc-comments/references", "type": 301 },
369+
{ "source": "/to/downgrade-testing", "destination": "/tools/pub/dependencies#test-with-downgraded-dependencies", "type": 301 },
369370
{ "source": "/to/enforce-lockfile", "destination": "/tools/pub/packages#get-dependencies-for-production", "type": 301 },
370371
{ "source": "/to/main-function", "destination": "/language/functions#main", "type": 301 },
372+
{ "source": "/to/package-discontinue", "destination": "/tools/pub/publishing#discontinue", "type": 301 },
373+
{ "source": "/to/package-retraction", "destination": "/tools/pub/publishing#retract", "type": 301 },
374+
{ "source": "/to/pub-cache", "destination": "/tools/pub/cmd/pub-cache", "type": 301 },
375+
{ "source": "/to/pub-content-hashes", "destination": "/tools/pub/glossary#content-hashes", "type": 301 },
376+
{ "source": "/to/pub-false-secrets", "destination": "/tools/pub/pubspec#false_secrets", "type": 301 },
377+
{ "source": "/to/pub-ignore", "destination": "/tools/pub/publishing#what-files-are-published", "type": 301 },
378+
{ "source": "/to/pub-security-advisories", "destination": "/tools/pub/security-advisories", "type": 301 },
371379
{ "source": "/to/pub-workspaces", "destination": "/tools/pub/workspaces", "type": 301 },
380+
{ "source": "/to/publish-from-github", "destination": "/tools/pub/automated-publishing#publishing-packages-using-github-actions", "type": 301 },
381+
{ "source": "/to/publish-with-service-account", "destination": "/tools/pub/automated-publishing#publishing-from-google-cloud-build", "type": 301 },
382+
{ "source": "/to/sdk-constraint", "destination": "/tools/pub/pubspec#sdk-constraints", "type": 301 },
383+
{ "source": "/to/sdk-version-pinning", "destination": "https://github.com/dart-lang/sdk/blob/main/docs/Flutter-Pinned-Packages.md", "type": 301 },
372384
{ "source": "/to/web-debug-extension", "destination": "https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm", "type": 301 },
373385

374386
{ "source": "/tools/**/download{,.html,/**}", "destination": "/get-dart", "type": 301 },

0 commit comments

Comments
 (0)