Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Mutable @main refs left unpinned across all workflows

High Severity

This PR claims to "pin every uses: ref" and bring the repo into TechOps compliance, but all four workflow files still reference ConsenSys/docs-gha/*@main — a mutable branch ref that is the same class of supply-chain risk this PR exists to close. Per the PR description, workflows referencing mutable tags or branches will be blocked from running after June 8, 2026, so these workflows will break at that deadline.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c596e96. Configure here.


- name: Build
uses: ConsenSys/docs-gha/build@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Case check action
uses: ConsenSys/docs-gha/case@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
file-extensions: [".md", ".mdx"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: LinkCheck
uses: ConsenSys/docs-gha/linkcheck@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Lint
uses: ConsenSys/docs-gha/lint@main
Expand Down
Loading