Skip to content
Open
Show file tree
Hide file tree
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/cargo-machete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
machete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- uses: bnjbvr/cargo-machete@f447148733f2e2d3d9f2a4e4ae2b88a9d11f6298 # main
2 changes: 1 addition & 1 deletion .github/workflows/cargo-semver-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- uses: obi1kenobi/cargo-semver-checks-action@6b69fcf40e9b5fb17adeb57e4b6ecd020649a239 # v2
2 changes: 1 addition & 1 deletion .github/workflows/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- run: echo "Doc link check (phenotype-tooling integration)"
2 changes: 1 addition & 1 deletion .github/workflows/fr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- run: echo "FR coverage check (phenotype-tooling integration)"
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- run: echo "Quality gate check (phenotype-tooling integration)"
2 changes: 1 addition & 1 deletion .github/workflows/release-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CARGO_WORKDIR: .
steps:
- name: Checkout source
uses: actions/checkout@v7
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
actions: read

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Inaccurate version annotation - comment says # v4 but the pinned SHA corresponds to v7.0.0

This inline annotation is now stale after the major version bump. It could mislead future maintainers reviewing the action version in use. Consider updating the comment to # v7 or removing the annotation entirely.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

with:
persist-credentials: false

Expand Down
Loading