From 8dce3fea436c72308ef9e8a94caf31c78c167c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:18:34 +0000 Subject: [PATCH] ci: bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/all.yml | 8 ++++---- .github/workflows/distroless.yml | 2 +- .github/workflows/docs_checks.yml | 8 ++++---- .github/workflows/elixir.yml | 2 +- .github/workflows/make.yml | 2 +- .github/workflows/ockam-artifact.yml | 2 +- .github/workflows/ockam-healthcheck.yml | 2 +- .github/workflows/release-bump-pull-request.yml | 2 +- .github/workflows/release-draft-binaries.yml | 8 ++++---- .github/workflows/release-ockam-package.yml | 4 ++-- .github/workflows/release-publish-crates.yml | 2 +- .../workflows/release-test-draft-binaries.yml | 2 +- .github/workflows/rust.yml | 16 ++++++++-------- .github/workflows/scorecards.yml | 2 +- .github/workflows/shell.yml | 4 ++-- .github/workflows/typos.yml | 2 +- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 26d1cdb91bd..3c647aa5d13 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -47,7 +47,7 @@ jobs: container: # gitlab.com/greut/eclint image: greut/eclint:v0.3.3@sha256:95e9a3dcbd236bae6569625cd403175cbde3705303774e7baca418b6442b8d77 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} - shell: sh @@ -61,7 +61,7 @@ jobs: container: image: returntocorp/semgrep@sha256:2fd35fa409f209e0fea0c2d72cf1e5b801a607959a93b13d04822bb3b6a9dfe4 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} - name: Run Semgrep @@ -81,7 +81,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Update Notice File shell: nix shell nixpkgs#jq nixpkgs#cargo-deny --command bash {0} @@ -103,7 +103,7 @@ jobs: name: All - check_crates steps: - name: Checkout code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Install dependencies run: | diff --git a/.github/workflows/distroless.yml b/.github/workflows/distroless.yml index 1284e852c59..278717c14e8 100644 --- a/.github/workflows/distroless.yml +++ b/.github/workflows/distroless.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} diff --git a/.github/workflows/docs_checks.yml b/.github/workflows/docs_checks.yml index 279d4ad1d2f..d12d2cc4f4d 100644 --- a/.github/workflows/docs_checks.yml +++ b/.github/workflows/docs_checks.yml @@ -57,12 +57,12 @@ jobs: steps: # Run ockam example code against a different version of ockam library - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.commit_sha }} path: ockam_examples - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.ockam_crate_version_to_test_with_docs_examples }} path: ockam_library @@ -98,13 +98,13 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Ockam Repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.commit_sha }} path: ockam - name: Checkout Ockam Documentation Repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.ockam_docs_ref == '' && 'develop' || inputs.ockam_docs_ref }} repository: build-trust/ockam-documentation diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 2ae0abcf888..4dd4de66f45 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -60,7 +60,7 @@ jobs: name: Elixir - test runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} - uses: ./.github/actions/cache_nix diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index f75379f6ccf..0e683823563 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -43,7 +43,7 @@ jobs: name: Make - full_build_in_release_mode runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} - uses: ./.github/actions/cache_nix diff --git a/.github/workflows/ockam-artifact.yml b/.github/workflows/ockam-artifact.yml index 4e235781ea8..bf67a2c00fa 100644 --- a/.github/workflows/ockam-artifact.yml +++ b/.github/workflows/ockam-artifact.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: ./tools/docker/ockam steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ghcr.io diff --git a/.github/workflows/ockam-healthcheck.yml b/.github/workflows/ockam-healthcheck.yml index 0c11103dcb8..410081a9a6f 100644 --- a/.github/workflows/ockam-healthcheck.yml +++ b/.github/workflows/ockam-healthcheck.yml @@ -34,7 +34,7 @@ jobs: environment: release steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: path: ockam-healthcheck diff --git a/.github/workflows/release-bump-pull-request.yml b/.github/workflows/release-bump-pull-request.yml index 145eb13fa24..64dcf6fea2f 100644 --- a/.github/workflows/release-bump-pull-request.yml +++ b/.github/workflows/release-bump-pull-request.yml @@ -57,7 +57,7 @@ jobs: image: ghcr.io/build-trust/ockam-builder@sha256:b7790a79e5fd4265d8333bb882010e5d4326778f270bd49693fa35763865df82 steps: - name: Checkout Ockam - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 0 diff --git a/.github/workflows/release-draft-binaries.yml b/.github/workflows/release-draft-binaries.yml index 067ba46292b..9ee9c63c333 100644 --- a/.github/workflows/release-draft-binaries.yml +++ b/.github/workflows/release-draft-binaries.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout Ockam - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 0 ref: ${{ github.event.inputs.release_branch }} @@ -235,7 +235,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.release_branch }} @@ -429,7 +429,7 @@ jobs: runs-on: ${{ matrix.job.os }} steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.release_branch }} @@ -552,7 +552,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.release_branch }} path: aws diff --git a/.github/workflows/release-ockam-package.yml b/.github/workflows/release-ockam-package.yml index ea819c84e11..1ebd25cacb1 100644 --- a/.github/workflows/release-ockam-package.yml +++ b/.github/workflows/release-ockam-package.yml @@ -48,7 +48,7 @@ jobs: mkdir assets && cd assets gh release download ${{ github.event.inputs.tag }} -R ${ORGANIZATION}/ockam - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: path: ockam @@ -120,7 +120,7 @@ jobs: packages: write steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: diff --git a/.github/workflows/release-publish-crates.yml b/.github/workflows/release-publish-crates.yml index e85ae1a938b..d622e7d9d34 100644 --- a/.github/workflows/release-publish-crates.yml +++ b/.github/workflows/release-publish-crates.yml @@ -37,7 +37,7 @@ jobs: name: "Publish Crates To Crates IO" steps: - name: Checkout Ockam - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 0 ref: ${{ github.event.inputs.release_git_tag }} diff --git a/.github/workflows/release-test-draft-binaries.yml b/.github/workflows/release-test-draft-binaries.yml index fe97939e0b0..ecec1620e83 100644 --- a/.github/workflows/release-test-draft-binaries.yml +++ b/.github/workflows/release-test-draft-binaries.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository if: matrix.os == 'ubuntu-22.04' - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: fetch-depth: 0 ref: ${{ github.event.inputs.git_tag }} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 02ed8ff25e3..c5a9e05c1fc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -67,7 +67,7 @@ jobs: shell: nix develop ./tools/nix#rust --keep CI --ignore-environment --command bash {0} steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} @@ -111,7 +111,7 @@ jobs: shell: nix develop ./tools/nix#rust${{matrix.build_projects == 'nightly' && '_nightly' || '' }} --keep CI --ignore-environment --command bash {0} steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} @@ -152,7 +152,7 @@ jobs: - stable - nightly steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} @@ -196,7 +196,7 @@ jobs: test_projects: - stable steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} @@ -242,7 +242,7 @@ jobs: run: shell: nix develop ./tools/nix#${{matrix.nix_toolchain }} --keep CI --ignore-environment --command bash {0} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} @@ -279,13 +279,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout ockam cli repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.ockam_command_cli_version != '' && inputs.ockam_command_cli_version || inputs.commit_sha }} path: ockam_cli - name: Checkout ockam bats repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.commit_sha }} path: ockam_bats @@ -350,7 +350,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ inputs.commit_sha }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 3e4de5d558f..47a07e26976 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: persist-credentials: false diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 20187dd8080..20d66e75648 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -47,7 +47,7 @@ jobs: name: Shell - lint_shellcheck runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} - run: shellcheck -S error $(find . -not -path "./examples/command/*" -iname "*.sh" -o -name "*.bash") @@ -58,7 +58,7 @@ jobs: name: Shell - lint_shfmt runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{ github.event.inputs.commit_sha }} diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 524d2ff1366..8821cff65ee 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout Actions Repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Check spelling uses: crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3