From db61db6de842e8d55e16205ba61c3500de5f70d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:59:18 +0000 Subject: [PATCH] github: bump actions/checkout from 3.5.0 to 3.5.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...83b7061638ee4956cf7545a6f7efe594e5ad0247) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- .github/workflows/codespell.yml | 2 +- .github/workflows/nix-linux.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 930a06a08..be6534ba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Install Rust (${{ matrix.rust_version }}) uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: @@ -42,7 +42,7 @@ jobs: name: Check protos runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: stable @@ -56,7 +56,7 @@ jobs: name: Check formatting runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: nightly @@ -75,7 +75,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - uses: EmbarkStudios/cargo-deny-action@3d26fd4e2adf837aee64b12f86d4dabb799fcfa2 with: command: check ${{ matrix.checks }} @@ -86,7 +86,7 @@ jobs: checks: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - uses: dtolnay/rust-toolchain@52e69531e6f69a396bc9d1226284493a5db969ff with: toolchain: stable diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index ad2d0cb84..c42d316cf 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,7 +13,7 @@ jobs: name: Codespell runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - uses: codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441 with: check_filenames: true diff --git a/.github/workflows/nix-linux.yml b/.github/workflows/nix-linux.yml index 31966e972..540891342 100644 --- a/.github/workflows/nix-linux.yml +++ b/.github/workflows/nix-linux.yml @@ -14,7 +14,7 @@ jobs: name: nix-build timeout-minutes: 20 steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 with: fetch-depth: 0 - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee6c54bdb..a657513d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Install packages (Ubuntu) if: matrix.os == 'ubuntu-20.04' run: | diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ba48c8d76..3b22be4b0 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 with: persist-credentials: false