Skip to content

Commit

Permalink
A0-3862: Bump Cardinal-Cryptography/github-actions from 4 to 6 (#1557)
Browse files Browse the repository at this point in the history
Bumps
[Cardinal-Cryptography/github-actions](https://github.com/cardinal-cryptography/github-actions)
from 4 to 6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/134c16a9ceb7d0e58b79a532cd8a1bc8f0630fb7"><code>134c16a</code></a>
A0-3221: Add 'update' input for handling updates (<a
href="https://redirect.github.com/cardinal-cryptography/github-actions/issues/37">#37</a>)</li>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/bdeeac32c592ff5a6f1c76404cc5afae6481d0cb"><code>bdeeac3</code></a>
A0-3737: Support for dynamic sudo in FE bootstrap (<a
href="https://redirect.github.com/cardinal-cryptography/github-actions/issues/36">#36</a>)</li>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/cb11a6a58c346e9ae06d18a32dbfd2b87d59f95f"><code>cb11a6a</code></a>
A0-3645: Now performing git checkout Cardinal-Cryptography/aleph-node in
get-...</li>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/d3294cb592acf4cce2cb22d99bdad16e43adff7f"><code>d3294cb</code></a>
A0-3645: aleph-node image management for featurenets (<a
href="https://redirect.github.com/cardinal-cryptography/github-actions/issues/34">#34</a>)</li>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/8974638159c0439b223f7aa704eb434ee6e6b6fd"><code>8974638</code></a>
A0-2800 Make sure get-ref-propoerties.outputs.sha outputs 7 characters
(<a
href="https://redirect.github.com/cardinal-cryptography/github-actions/issues/33">#33</a>)</li>
<li><a
href="https://github.com/Cardinal-Cryptography/github-actions/commit/5d37e1bf3af306dee5b9f9047a7e234cee223c9f"><code>5d37e1b</code></a>
A0-3467: Refactor actions to match new template changes (<a
href="https://redirect.github.com/cardinal-cryptography/github-actions/issues/32">#32</a>)</li>
<li>See full diff in <a
href="https://github.com/cardinal-cryptography/github-actions/compare/v4...v6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Cardinal-Cryptography/github-actions&package-manager=github_actions&previous-version=4&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent fa76efd commit 30c341f
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-aleph-e2e-client-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: ${{ env.CARGO_COMMAND }} cliain binary
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Download cliain from GH artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Copy binary to S3 AWS bucket (non-liminal)
if: ${{ inputs.liminal-runtime != true && inputs.check-only != true }}
uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v4
uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v6
with:
source-path: bin/cliain/target/release
source-filename: cliain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_build-production-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_build-test-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nightly Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
channel: nightly-2023-01-10
targets: wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# by this worfklow. Action install-rust-toolchain should have optional parameter path
# in which we pass relative path to aleph-client to read its rust-toolchain.toml file
- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

# aleph-client and all its dependees still require nightly Rust version
- name: Read aleph-client toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_check-production-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-runtime-determimism.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_liminal-build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_liminal-checks-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: Run clippy for baby liminal chain extension
env:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nightly Rust Toolchain (for unstable features in tests)
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
channel: nightly-2023-05-22-unknown-linux-gnu
targets: wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_push-node-image-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Download ${{ inputs.node-binary }} binary from artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6
with:
targets: wasm32-unknown-unknown
components: rust-src
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_unit-tests-and-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: Run clippy
uses: actions-rs/cargo@v1
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: Run Unit Test Suite
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_update-node-image-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Call action Get ECR image names
id: get-docker-image-names
Expand All @@ -41,7 +41,7 @@ jobs:
# this step checks indirectly as well that git HEAD has an r-* tag
# otherwise ECR image would not exist
- name: Check deploy image existence
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v4
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v6
with:
ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-deploy-image }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: rustdoc | Build aleph-client docs
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:

- name: Get Testnet node commit SHA
id: get-testnet-node-commit-sha
uses: Cardinal-Cryptography/github-actions/get-node-system-version@v4
uses: Cardinal-Cryptography/github-actions/get-node-system-version@v6
with:
env: testnet

- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Compare Testnet node SHA version with currently deployed SHA
if: inputs.force != true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/featurenet-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
delete-featurenet:
needs: [check-vars-and-secrets]
name: Delete featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v5
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v6
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
2 changes: 1 addition & 1 deletion .github/workflows/nightly-fe-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
needs:
- runs-finalization-e2e-test-on-fe
name: Delete featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v5
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v6
secrets: inherit
with:
featurenet-name: 'ops-finalization-e2e'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: Run Test Suite
uses: actions-rs/cargo@v1
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v6

- name: Run Test Suite
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: VALIDATE | Check PR title
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/check-pr-title@v4
uses: Cardinal-Cryptography/github-actions/check-pr-title@v6
with:
pr-title: ${{ github.event.pull_request.title }}
4 changes: 2 additions & 2 deletions .github/workflows/on-push-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Read node version
id: read-node-version
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# fail, as there would be no aleph-node-<sha> image on ECR for <sha> that is not on main
# or release branch, see on-main-or-release-branch-commit.yml
- name: Check release candidate docker image existence
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v4
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v6
with:
ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-rc-image }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-foundation-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Push to Aleph-Zero-Foundation
# yamllint disable rule:line-length
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v5
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v6

- name: Checkout Aleph-Zero-Foundation repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- name: LINT | Execute YAML linter
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-lint@v4
uses: Cardinal-Cryptography/github-actions/yaml-lint@v6
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- name: VALIDATE | Execute github-actions-validator
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-validate@v4
uses: Cardinal-Cryptography/github-actions/yaml-validate@v6

0 comments on commit 30c341f

Please sign in to comment.