diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 75fd926..6019152 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -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 }} diff --git a/README.md b/README.md index 3e05cb3..e65eb03 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dockerhub-scan-push/action.yml b/dockerhub-scan-push/action.yml index 6ffebb7..b50a223 100644 --- a/dockerhub-scan-push/action.yml +++ b/dockerhub-scan-push/action.yml @@ -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 diff --git a/docs-build/action.yml b/docs-build/action.yml index 3b92b6e..a1ada71 100644 --- a/docs-build/action.yml +++ b/docs-build/action.yml @@ -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 diff --git a/docs-case-check/action.yml b/docs-case-check/action.yml index fae058e..5740c46 100644 --- a/docs-case-check/action.yml +++ b/docs-case-check/action.yml @@ -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' }} diff --git a/docs-firecrawl-llm/action.yml b/docs-firecrawl-llm/action.yml index a81a9d3..214d773 100644 --- a/docs-firecrawl-llm/action.yml +++ b/docs-firecrawl-llm/action.yml @@ -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 diff --git a/docs-link-check/action.yml b/docs-link-check/action.yml index e2d0e78..5467b8e 100644 --- a/docs-link-check/action.yml +++ b/docs-link-check/action.yml @@ -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 diff --git a/docs-lint-markdown/action.yml b/docs-lint-markdown/action.yml index 0e2ef89..2b02bdd 100644 --- a/docs-lint-markdown/action.yml +++ b/docs-lint-markdown/action.yml @@ -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 diff --git a/docs-pages-deploy/action.yml b/docs-pages-deploy/action.yml index 0f7a19c..05e4c87 100644 --- a/docs-pages-deploy/action.yml +++ b/docs-pages-deploy/action.yml @@ -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 diff --git a/docs-pages-pr-deploy/action.yml b/docs-pages-pr-deploy/action.yml index 2b01b95..29a1014 100644 --- a/docs-pages-pr-deploy/action.yml +++ b/docs-pages-pr-deploy/action.yml @@ -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 diff --git a/docs-release/action.yml b/docs-release/action.yml index 1593e64..c24b58e 100644 --- a/docs-release/action.yml +++ b/docs-release/action.yml @@ -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 diff --git a/docs-spelling-check/action.yml b/docs-spelling-check/action.yml index bb3b70d..ed0bc14 100644 --- a/docs-spelling-check/action.yml +++ b/docs-spelling-check/action.yml @@ -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 diff --git a/ecr-scan-push/action.yml b/ecr-scan-push/action.yml index a7ec2fd..e820d12 100644 --- a/ecr-scan-push/action.yml +++ b/ecr-scan-push/action.yml @@ -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 diff --git a/js-dependency-review/action.yml b/js-dependency-review/action.yml index 7a22bc1..afeb6f4 100644 --- a/js-dependency-review/action.yml +++ b/js-dependency-review/action.yml @@ -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 diff --git a/mm-security-scanner/action.yml b/mm-security-scanner/action.yml index 88a6233..7dc38ca 100644 --- a/mm-security-scanner/action.yml +++ b/mm-security-scanner/action.yml @@ -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) diff --git a/renovatebot/action.yml b/renovatebot/action.yml index 084cdc3..4417e46 100644 --- a/renovatebot/action.yml +++ b/renovatebot/action.yml @@ -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 diff --git a/slack-notify/action.yml b/slack-notify/action.yml index 52c3a2c..5ade2d5 100644 --- a/slack-notify/action.yml +++ b/slack-notify/action.yml @@ -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 diff --git a/trivy-update-cache/action.yml b/trivy-update-cache/action.yml index d5362b1..2951cf0 100644 --- a/trivy-update-cache/action.yml +++ b/trivy-update-cache/action.yml @@ -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 diff --git a/trivy/action.yml b/trivy/action.yml index b649fd4..38bf0cd 100644 --- a/trivy/action.yml +++ b/trivy/action.yml @@ -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