Skip to content
Open
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/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
mv "$tmp" clippy.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
Copy link

Choose a reason for hiding this comment

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

There's a version mismatch between the PR title/description (which mentions upgrading to v3.30.5) and the actual code change (which shows v3.30.6 in the comment). This discrepancy should be resolved by either:

  1. Updating the code comment to # v3.30.5 to match the PR description, or
  2. Updating the PR description to reflect the v3.30.6 version shown in the code

Consistent versioning helps maintain clarity in the commit history and release tracking.

Suggested change
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.5

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

if: always()
with:
sarif_file: ${{ matrix.directory }}/clippy.sarif
Expand Down
Loading