Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/c9k-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Generate CI failure report
uses: sylvainsf/causinator9000@cc01bf3a2801f34334e02f558422e90d25dec8df # v1
uses: sylvainsf/causinator9000@8cef8aebadee99ff1fd4a1ff759e40624bfe7b74 # v1
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the pinned-action version comment to match the actual causinator9000 release being used (PR says v1.7.0, but the inline comment still says just "v1"). This repo typically annotates SHAs with the full version (e.g., "# v3.0.1") to make audits and future upgrades easier.

Suggested change
uses: sylvainsf/causinator9000@8cef8aebadee99ff1fd4a1ff759e40624bfe7b74 # v1
uses: sylvainsf/causinator9000@8cef8aebadee99ff1fd4a1ff759e40624bfe7b74 # v1.7.0

Copilot uses AI. Check for mistakes.
with:
hours: ${{ github.event.inputs.hours || '24' }}
min-confidence: "50"
Expand Down
Loading