From c1bcd172c4f078c00c0af766978c7772fc8cd4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:59:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.3.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/contracts-testing.yml | 2 +- .github/workflows/deploy-bots.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/sentry-release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39d910254..983a9557c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index d42ef0a7e..6a3877894 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -35,7 +35,7 @@ jobs: with: node-version: 16.x - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Cache node modules uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 diff --git a/.github/workflows/deploy-bots.yml b/.github/workflows/deploy-bots.yml index 33a0d75d2..177e6b8b9 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -12,7 +12,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 - uses: aws-actions/setup-sam@2993f015a7af30461b7641a256042fe0c6fc0c2e - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f10bd229c..9d169d227 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 69bf4a586..88a368569 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.set-version.outputs.version }} steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Cache node modules uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0