Skip to content
Merged
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/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: Run renovatebot
uses: ConsenSys/github-actions/renovatebot@264745c22708ce547d5c6978cccbcb6101d8331b # main
uses: Consensys-Incorporated/github-actions/renovatebot@264745c22708ce547d5c6978cccbcb6101d8331b # main
with:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Consensys GitHub Actions

https://github.com/Consensys/github-actions acts as a single source of truth (sot) for actions that we use
https://github.com/Consensys-Incorporated/github-actions acts as a single source of truth (sot) for actions that we use

2 changes: 1 addition & 1 deletion dockerhub-scan-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Read .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion docs-case-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- if: ${{ inputs.SKIP_TEST == 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion docs-firecrawl-llm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
- name: checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: read .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion docs-link-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion docs-lint-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# 2f7c5bfce28377bc069a65ba478de0a74aa0ca32 = v47.0.4
Expand Down
2 changes: 1 addition & 1 deletion docs-pages-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Read .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion docs-pages-pr-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# v2.8.0
Expand Down
2 changes: 1 addition & 1 deletion docs-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Read .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion docs-spelling-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# v47.0.5
Expand Down
2 changes: 1 addition & 1 deletion ecr-scan-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion js-dependency-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Dependency Review
Expand Down
2 changes: 1 addition & 1 deletion mm-security-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# latest main (no releases; pinned 2026-03-21)
Expand Down
2 changes: 1 addition & 1 deletion renovatebot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

- name: Generate Token
Expand Down
2 changes: 1 addition & 1 deletion slack-notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# v2.3.3
Expand Down
2 changes: 1 addition & 1 deletion trivy-update-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# oras-project/setup-oras@v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion trivy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Checkout tools repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: Consensys/github-actions
repository: Consensys-Incorporated/github-actions
path: .github-actions

# 0.35.0
Expand Down