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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Attest build provenance
uses: actions/attest-build-provenance@v3
uses: actions/attest@v4
Copy link

Choose a reason for hiding this comment

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

Wrong action used for attest-build-provenance update

Medium Severity

The PR updates actions/attest-build-provenance from v3 to v4, but the diff replaces it with actions/attest@v4 instead of actions/attest-build-provenance@v4. Those are different actions; the intended change is actions/attest-build-provenance@v4.

Fix in Cursor Fix in Web

if: steps.release.outputs.released == 'true'
with:
subject-path: "dist/*"
Expand Down