Bump the github-actions group with 2 updates (#574) Bumps the github-actions group with 2 updates: [dart-lang/ecosystem/.github/workflows/post_summaries.yaml](https://github.com/dart-lang/ecosystem) and [dart-lang/ecosystem/.github/workflows/publish.yaml](https://github.com/dart-lang/ecosystem). Updates `dart-lang/ecosystem/.github/workflows/post_summaries.yaml` from cda8bd535dfbcff45010bc3c843d325682f944b2 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/ecosystem/commit/fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57"><code>fc3dd9a</code></a> fix(firehose): update existing publishing PR comments when no packages are re...</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/e0a78b408ebab9547710a4b869e2e78b9d887fef"><code>e0a78b4</code></a> fix(firehose): bump dependency_validator pinned hash to 5.0.6 (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/450">#450</a>)</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/60fca9f1270a0819b3ee9caf74b08fb0a212e4cb"><code>60fca9f</code></a> Condense firehose package publishing table in PR validation (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/445">#445</a>)</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/b79f68c55d4a611e7ebf63091036f3f18b5d94b3"><code>b79f68c</code></a> chore(health): remove 3rd-party coveralls action dependency (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/446">#446</a>)</li> <li>See full diff in <a href="https://github.com/dart-lang/ecosystem/compare/cda8bd535dfbcff45010bc3c843d325682f944b2...fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57">compare view</a></li> </ul> </details> <br /> Updates `dart-lang/ecosystem/.github/workflows/publish.yaml` from cda8bd535dfbcff45010bc3c843d325682f944b2 to fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/ecosystem/commit/fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57"><code>fc3dd9a</code></a> fix(firehose): update existing publishing PR comments when no packages are re...</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/e0a78b408ebab9547710a4b869e2e78b9d887fef"><code>e0a78b4</code></a> fix(firehose): bump dependency_validator pinned hash to 5.0.6 (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/450">#450</a>)</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/60fca9f1270a0819b3ee9caf74b08fb0a212e4cb"><code>60fca9f</code></a> Condense firehose package publishing table in PR validation (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/445">#445</a>)</li> <li><a href="https://github.com/dart-lang/ecosystem/commit/b79f68c55d4a611e7ebf63091036f3f18b5d94b3"><code>b79f68c</code></a> chore(health): remove 3rd-party coveralls action dependency (<a href="https://redirect.github.com/dart-lang/ecosystem/issues/446">#446</a>)</li> <li>See full diff in <a href="https://github.com/dart-lang/ecosystem/compare/cda8bd535dfbcff45010bc3c843d325682f944b2...fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
diff --git a/.github/workflows/post_summaries.yaml b/.github/workflows/post_summaries.yaml index 239f77b..950886f 100644 --- a/.github/workflows/post_summaries.yaml +++ b/.github/workflows/post_summaries.yaml
@@ -16,6 +16,6 @@ jobs: upload: - uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@cda8bd535dfbcff45010bc3c843d325682f944b2 + uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57 permissions: pull-requests: write
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fa6bb95..164983e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs: publish: if: ${{ github.repository_owner == 'dart-lang' }} - uses: dart-lang/ecosystem/.github/workflows/publish.yaml@cda8bd535dfbcff45010bc3c843d325682f944b2 + uses: dart-lang/ecosystem/.github/workflows/publish.yaml@fc3dd9a17a8e18b3b4aa5abac8a0f4a679fe2d57 with: write-comments: false permissions: