diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 250424c..b71bc93 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 environment: security steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Run renovatebot uses: ConsenSys/github-actions/renovatebot@264745c22708ce547d5c6978cccbcb6101d8331b # main diff --git a/.github/workflows/test_docker_image_sanitize_input.yml b/.github/workflows/test_docker_image_sanitize_input.yml index 2942ce0..483c99f 100644 --- a/.github/workflows/test_docker_image_sanitize_input.yml +++ b/.github/workflows/test_docker_image_sanitize_input.yml @@ -25,7 +25,7 @@ jobs: - 'custom_image.name:v1.0.0-beta' steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # Run the action. If it fails, the job naturally stops and turns red. - name: Validate String @@ -62,7 +62,7 @@ jobs: - 'registry.com/image:INVALID_TAG_!!!!' # Violates regex character limits steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # continue-on-error prevents the bad string from instantly halting the job, # allowing us to test its exit status in the next step. diff --git a/dockerhub-scan-push/action.yml b/dockerhub-scan-push/action.yml index 3da1d23..5eba4b5 100644 --- a/dockerhub-scan-push/action.yml +++ b/dockerhub-scan-push/action.yml @@ -17,7 +17,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-build/action.yml b/docs-build/action.yml index 4442cc3..4e6a230 100644 --- a/docs-build/action.yml +++ b/docs-build/action.yml @@ -7,7 +7,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-case-check/action.yml b/docs-case-check/action.yml index 616f266..765c33e 100644 --- a/docs-case-check/action.yml +++ b/docs-case-check/action.yml @@ -17,7 +17,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-firecrawl-llm/action.yml b/docs-firecrawl-llm/action.yml index a676dc0..803cfdb 100644 --- a/docs-firecrawl-llm/action.yml +++ b/docs-firecrawl-llm/action.yml @@ -26,7 +26,7 @@ runs: using: "composite" steps: - name: checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-link-check/action.yml b/docs-link-check/action.yml index 51bf212..38232e6 100644 --- a/docs-link-check/action.yml +++ b/docs-link-check/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-lint-markdown/action.yml b/docs-lint-markdown/action.yml index e8e4bac..45ee62b 100644 --- a/docs-lint-markdown/action.yml +++ b/docs-lint-markdown/action.yml @@ -18,7 +18,7 @@ runs: steps: # Also set `fetch-depth: 0` on the source repo so the action can compare the current head against the base branch. - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-pages-deploy/action.yml b/docs-pages-deploy/action.yml index 239254d..c23be66 100644 --- a/docs-pages-deploy/action.yml +++ b/docs-pages-deploy/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-pages-pr-deploy/action.yml b/docs-pages-pr-deploy/action.yml index 1614f59..e0b2b5e 100644 --- a/docs-pages-pr-deploy/action.yml +++ b/docs-pages-pr-deploy/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-release/action.yml b/docs-release/action.yml index f9d214d..7a6e395 100644 --- a/docs-release/action.yml +++ b/docs-release/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/docs-spelling-check/action.yml b/docs-spelling-check/action.yml index 82bcc48..fceb55a 100644 --- a/docs-spelling-check/action.yml +++ b/docs-spelling-check/action.yml @@ -17,7 +17,7 @@ runs: steps: # Also set `fetch-depth: 0` on the source repo so the action can compare the current head against the base branch. - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/ecr-scan-push/action.yml b/ecr-scan-push/action.yml index 25c6cc9..26126aa 100644 --- a/ecr-scan-push/action.yml +++ b/ecr-scan-push/action.yml @@ -20,7 +20,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/js-dependency-review/action.yml b/js-dependency-review/action.yml index f7c9225..c121e42 100644 --- a/js-dependency-review/action.yml +++ b/js-dependency-review/action.yml @@ -6,7 +6,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/mm-security-scanner/action.yml b/mm-security-scanner/action.yml index 0c8285e..c1a3216 100644 --- a/mm-security-scanner/action.yml +++ b/mm-security-scanner/action.yml @@ -15,7 +15,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/renovatebot/action.yml b/renovatebot/action.yml index 57ea35e..fc5522f 100644 --- a/renovatebot/action.yml +++ b/renovatebot/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/slack-notify/action.yml b/slack-notify/action.yml index c7fa02b..3e294d1 100644 --- a/slack-notify/action.yml +++ b/slack-notify/action.yml @@ -35,7 +35,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/trivy-update-cache/action.yml b/trivy-update-cache/action.yml index b821cb5..e53b97d 100644 --- a/trivy-update-cache/action.yml +++ b/trivy-update-cache/action.yml @@ -8,7 +8,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions diff --git a/trivy/action.yml b/trivy/action.yml index 6096c5a..cc75b5b 100644 --- a/trivy/action.yml +++ b/trivy/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: Checkout tools repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: repository: Consensys/github-actions path: .github-actions