From ecca261fed43f26ed062c59acb3d5be7b4f5bacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:01:12 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0. - [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/v3.0.2...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/infrastructure_test.yml | 2 +- .github/workflows/security_scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infrastructure_test.yml b/.github/workflows/infrastructure_test.yml index 7500df5..36ea7f2 100644 --- a/.github/workflows/infrastructure_test.yml +++ b/.github/workflows/infrastructure_test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: 'Terraform Format' uses: hashicorp/terraform-github-actions@master diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml index 0359bd6..f45ead4 100644 --- a/.github/workflows/security_scan.yml +++ b/.github/workflows/security_scan.yml @@ -13,7 +13,7 @@ jobs: snyk: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.3.0 - name: Run Snyk to check configuration files for security issues continue-on-error: true uses: snyk/actions/iac@master