Bump causinator9000 to v2.0.0#11746
Conversation
Update both c9k workflows to pin to sylvainsf/causinator9000@v2.0.0 (commit e3f8b80056e36cd55cf85c7c44c5e4bdaa876c04). Inputs used by both workflows are unchanged from v1.x.
|
This PR requires exactly 1 of the following labels: pr:standard, pr:important. Label descriptions:
@sylvainsf, please add the appropriate label to this PR before merging. |
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Pull request overview
Updates both Causinator9000 workflows to pin sylvainsf/causinator9000 at the v2.0.0 commit SHA for consistency and to avoid floating/older references.
Changes:
- Bump
sylvainsf/causinator9000tov2.0.0inc9k-nightly. - Bump
sylvainsf/causinator9000tov2.0.0inc9k-failure-report.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/c9k-nightly.yml | Re-pin Causinator9000 action to the v2.0.0 SHA. |
| .github/workflows/c9k-failure-report.yml | Re-pin Causinator9000 action to the v2.0.0 SHA. |
| issues: write | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - name: Generate CI failure report | ||
| uses: sylvainsf/causinator9000@207ebfa74e52adc25d8319f85f72ca4447d7e15b # v1 | ||
| uses: sylvainsf/causinator9000@e3f8b80056e36cd55cf85c7c44c5e4bdaa876c04 # v2.0.0 |
There was a problem hiding this comment.
c9k-nightly invokes sylvainsf/causinator9000, but unlike c9k-failure-report it doesn’t pass github-token and the job permissions only grant issues: write (no actions: read / contents: read). For parity (and to avoid permission/token-related breakage when upgrading the action), consider aligning the token input + permissions with c9k-failure-report.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11746 +/- ##
=======================================
Coverage 51.38% 51.38%
=======================================
Files 699 699
Lines 44111 44111
=======================================
Hits 22665 22665
Misses 19278 19278
Partials 2168 2168 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What
Bumps
sylvainsf/causinator9000tov2.0.0in both c9k workflows.Changes
5be8cf7(v1.9.0) ->e3f8b80(v2.0.0)207ebfa(v1, was floating) ->e3f8b80(v2.0.0)The nightly workflow was previously pinned to a v1 SHA without an exact minor version. Re-pin to the explicit v2.0.0 SHA for parity with the failure-report workflow.
Compatibility
Verified against
action.ymlat v2.0.0: all inputs used by both workflows (hours,min-confidence,create-issue,issue-label,repo,auto-issue*,auto-close-flaky,assign-copilot,github-token) still exist with the same names and semantics.Reference