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@29690a2d9bf7ed8377454435752856e62eac26b0 # v1
uses: sylvainsf/causinator9000@abb972c96bf52926b648a800fd87424ff39cf4f3 # 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 still says # v1. Repo workflows typically include the exact action release in the trailing comment (e.g., # v10.2.0 in .github/workflows/close-stale-prs.yml). Update this comment to # v1.5.0 (or the precise release corresponding to this SHA) to keep pins auditable and aligned with the PR description.

Suggested change
uses: sylvainsf/causinator9000@abb972c96bf52926b648a800fd87424ff39cf4f3 # v1
uses: sylvainsf/causinator9000@abb972c96bf52926b648a800fd87424ff39cf4f3 # v1.5.0

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