diff --git a/.github/workflows/atlas-tests.yml b/.github/workflows/atlas-tests.yml index 1ea78e5411..b660f99191 100644 --- a/.github/workflows/atlas-tests.yml +++ b/.github/workflows/atlas-tests.yml @@ -35,7 +35,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -44,14 +44,14 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -64,7 +64,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/bitcoin-tests.yml b/.github/workflows/bitcoin-tests.yml index 6bd63f11a7..bff2131127 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -27,7 +27,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" - name: Generate tests JSON @@ -128,7 +128,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -142,7 +142,7 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} threads: 1 @@ -150,7 +150,7 @@ jobs: ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -163,7 +163,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32148c06f..e84d75ec01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Rustfmt id: rustfmt - uses: stacks-network/actions/rustfmt@main + uses: stacks-network/actions/rustfmt@chore/update-actions-versions with: alias: "fmt-stacks" @@ -77,7 +77,7 @@ jobs: steps: - name: Check Release id: check_release - uses: stacks-network/actions/stacks-core/release/check-release@main + uses: stacks-network/actions/stacks-core/release/check-release@chore/update-actions-versions with: tag: ${{ github.ref_name }} diff --git a/.github/workflows/create-cache.yml b/.github/workflows/create-cache.yml index af88b02583..f9a3ab379b 100644 --- a/.github/workflows/create-cache.yml +++ b/.github/workflows/create-cache.yml @@ -30,7 +30,7 @@ jobs: ## Perform a lookup to check if the cache already exists - name: Cargo Cache id: cargo-cache - uses: stacks-network/actions/stacks-core/cache/cargo@main + uses: stacks-network/actions/stacks-core/cache/cargo@chore/update-actions-versions with: action: save @@ -41,7 +41,7 @@ jobs: steps: - name: Bitcoin Cache id: bitcoin-cache - uses: stacks-network/actions/stacks-core/cache/bitcoin@main + uses: stacks-network/actions/stacks-core/cache/bitcoin@chore/update-actions-versions with: action: save btc-version: "25.0" @@ -55,6 +55,6 @@ jobs: steps: - name: Build Nexttest Cache id: nextest-cache - uses: stacks-network/actions/stacks-core/cache/build-cache@main + uses: stacks-network/actions/stacks-core/cache/build-cache@chore/update-actions-versions with: genesis: true diff --git a/.github/workflows/epoch-tests.yml b/.github/workflows/epoch-tests.yml index be00618d50..d54daf00d4 100644 --- a/.github/workflows/epoch-tests.yml +++ b/.github/workflows/epoch-tests.yml @@ -58,7 +58,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -67,7 +67,7 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} threads: 1 @@ -75,7 +75,7 @@ jobs: ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -88,7 +88,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 5028d35968..47dc9e77c1 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -76,7 +76,7 @@ jobs: cpu: armv7 steps: - name: Build Binary (${{ matrix.arch }}_${{ matrix.cpu }}) - uses: stacks-network/actions/stacks-core/release/create-source-binary@main + uses: stacks-network/actions/stacks-core/release/create-source-binary@chore/update-actions-versions with: arch: ${{ matrix.arch }} cpu: ${{ matrix.cpu }} @@ -98,7 +98,7 @@ jobs: steps: ## Creates releases - name: Create Release - uses: stacks-network/actions/stacks-core/release/create-releases@main + uses: stacks-network/actions/stacks-core/release/create-releases@chore/update-actions-versions with: node_tag: ${{ inputs.node_tag }} node_docker_tag: ${{ inputs.node_docker_tag }} @@ -131,7 +131,7 @@ jobs: - debian steps: - name: Create Docker Image - uses: stacks-network/actions/stacks-core/release/docker-images@main + uses: stacks-network/actions/stacks-core/release/docker-images@chore/update-actions-versions with: node_tag: ${{ inputs.node_tag }} node_docker_tag: ${{ inputs.node_docker_tag }} diff --git a/.github/workflows/image-build-source.yml b/.github/workflows/image-build-source.yml index 1218348dfe..3f73f05d3c 100644 --- a/.github/workflows/image-build-source.yml +++ b/.github/workflows/image-build-source.yml @@ -32,7 +32,7 @@ jobs: ## Setup Docker for the builds - name: Docker setup id: docker_setup - uses: stacks-network/actions/docker@main + uses: stacks-network/actions/docker@chore/update-actions-versions with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 83b5a6b63f..54150b4063 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Lock Threads id: lock_threads - uses: stacks-network/actions/lock-threads@main + uses: stacks-network/actions/lock-threads@chore/update-actions-versions with: github-token: ${{ secrets.GH_TOKEN }} issue-inactive-days: 7 diff --git a/.github/workflows/p2p-tests.yml b/.github/workflows/p2p-tests.yml index 81790bdc12..5d645ff588 100644 --- a/.github/workflows/p2p-tests.yml +++ b/.github/workflows/p2p-tests.yml @@ -51,7 +51,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -65,7 +65,7 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} threads: 1 @@ -73,7 +73,7 @@ jobs: ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -86,7 +86,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/pr-differences-mutants.yml b/.github/workflows/pr-differences-mutants.yml index ea5ca594c2..0a4c9d8caa 100644 --- a/.github/workflows/pr-differences-mutants.yml +++ b/.github/workflows/pr-differences-mutants.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check Access Permissions To Trigger This id: check_access_permissions - uses: stacks-network/actions/team-membership@main + uses: stacks-network/actions/team-membership@chore/update-actions-versions with: username: ${{ github.actor }} team: 'blockchain-team' @@ -53,7 +53,7 @@ jobs: steps: - id: check_packages_and_shards - uses: stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@main + uses: stacks-network/actions/stacks-core/mutation-testing/check-packages-and-shards@chore/update-actions-versions with: ignore_timeout: ${{ needs.check-access-permissions.outputs.ignore_timeout }} @@ -71,7 +71,7 @@ jobs: steps: - name: Run mutants on diffs - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: package: 'small' @@ -94,7 +94,7 @@ jobs: steps: - name: Run mutants on diffs - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: shard: ${{ matrix.shard }} package: 'small' @@ -116,7 +116,7 @@ jobs: env: BITCOIND_TEST: 1 RUST_BACKTRACE: full - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: package: 'stackslib' @@ -142,7 +142,7 @@ jobs: env: BITCOIND_TEST: 1 RUST_BACKTRACE: full - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: shard: ${{ matrix.shard }} package: 'stackslib' @@ -164,7 +164,7 @@ jobs: env: BITCOIND_TEST: 1 RUST_BACKTRACE: full - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: package: 'stacks-node' @@ -190,7 +190,7 @@ jobs: env: BITCOIND_TEST: 1 RUST_BACKTRACE: full - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: shard: ${{ matrix.shard }} package: 'stacks-node' @@ -208,7 +208,7 @@ jobs: steps: - name: Run mutants on diffs - uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@main + uses: stacks-network/actions/stacks-core/mutation-testing/pr-differences@chore/update-actions-versions with: package: 'stacks-signer' @@ -233,7 +233,7 @@ jobs: steps: - name: Output Mutants - uses: stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@main + uses: stacks-network/actions/stacks-core/mutation-testing/output-pr-mutants@chore/update-actions-versions with: stackslib_package: ${{ needs.check-big-packages-and-shards.outputs.run_stackslib }} shards_for_stackslib_package: ${{ needs.check-big-packages-and-shards.outputs.stackslib_with_shards }} diff --git a/.github/workflows/sbtc-tests.yml b/.github/workflows/sbtc-tests.yml index 7d9e7abbdf..e43b9c905d 100644 --- a/.github/workflows/sbtc-tests.yml +++ b/.github/workflows/sbtc-tests.yml @@ -37,21 +37,21 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions ## Run test matrix using restored cache of archive file ## - Test will timeout after env.TEST_TIMEOUT minutes - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} diff --git a/.github/workflows/slow-tests.yml b/.github/workflows/slow-tests.yml index 02c5bdf552..acfaf0455c 100644 --- a/.github/workflows/slow-tests.yml +++ b/.github/workflows/slow-tests.yml @@ -37,7 +37,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -46,7 +46,7 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests@main + uses: stacks-network/actions/stacks-core/run-tests@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} threads: 1 @@ -54,7 +54,7 @@ jobs: ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -67,7 +67,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/stacks-core-tests.yml b/.github/workflows/stacks-core-tests.yml index 05b9f09f62..cd69922e38 100644 --- a/.github/workflows/stacks-core-tests.yml +++ b/.github/workflows/stacks-core-tests.yml @@ -35,7 +35,7 @@ jobs: ## Setup test environment - name: Setup Test Environment id: setup_tests - uses: stacks-network/actions/stacks-core/testenv@main + uses: stacks-network/actions/stacks-core/testenv@chore/update-actions-versions with: btc-version: "25.0" @@ -44,7 +44,7 @@ jobs: - name: Run Tests id: run_tests timeout-minutes: ${{ fromJSON(env.TEST_TIMEOUT) }} - uses: stacks-network/actions/stacks-core/run-tests/partition@main + uses: stacks-network/actions/stacks-core/run-tests/partition@chore/update-actions-versions with: partition: ${{ matrix.partition }} total-partitions: 8 @@ -52,7 +52,7 @@ jobs: ## Create and upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: test-name: ${{ matrix.test-name }} @@ -63,7 +63,7 @@ jobs: steps: - name: OpenAPI id: openapi - uses: stacks-network/actions/openapi@main + uses: stacks-network/actions/openapi@chore/update-actions-versions with: input: ./docs/rpc/openapi.yaml output: ./open-api-docs.html @@ -109,7 +109,7 @@ jobs: ## Upload code coverage file - name: Code Coverage id: codecov - uses: stacks-network/actions/codecov@main + uses: stacks-network/actions/codecov@chore/update-actions-versions with: # We'd like to uncomment the below line once the codecov upload is working # fail_ci_if_error: true @@ -142,7 +142,7 @@ jobs: steps: - name: Check Tests Status id: check_tests_status - uses: stacks-network/actions/check-jobs-status@main + uses: stacks-network/actions/check-jobs-status@chore/update-actions-versions with: jobs: ${{ toJson(needs) }} summary_print: "true" diff --git a/.github/workflows/workflow-cleanup.yml b/.github/workflows/workflow-cleanup.yml index e9d79305da..3dd0918dc9 100644 --- a/.github/workflows/workflow-cleanup.yml +++ b/.github/workflows/workflow-cleanup.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Cleanup id: cleanup - uses: stacks-network/actions/cleanup/workflows@main + uses: stacks-network/actions/cleanup/workflows@chore/update-actions-versions with: token: ${{ secrets.GH_TOKEN }} cache-ttl: ${{ inputs.cache-ttl || env.CACHE_TTL}}