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@abb972c96bf52926b648a800fd87424ff39cf4f3 # v1
uses: sylvainsf/causinator9000@cc01bf3a2801f34334e02f558422e90d25dec8df # v1
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

The action pin comment should include the exact release version (e.g., # v1.6.0) rather than # v1, to match the repo convention of full SHA pins annotated with the precise version for auditability and easier future updates.

Suggested change
uses: sylvainsf/causinator9000@cc01bf3a2801f34334e02f558422e90d25dec8df # v1
uses: sylvainsf/causinator9000@cc01bf3a2801f34334e02f558422e90d25dec8df # v1.0.0

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