From 8bdd5deb1f591dfd94c95778071f873ac0ffd518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 11:53:31 -0600 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 2.4.0 (#2096) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.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/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-DEV-slim.yml | 2 +- .github/workflows/deploy-DEV-standard.yml | 2 +- .github/workflows/deploy-PROD-slim.yml | 2 +- .github/workflows/deploy-PROD-standard.yml | 2 +- .github/workflows/deploy-RELEASE-slim.yml | 2 +- .github/workflows/deploy-RELEASE-standard.yml | 2 +- .github/workflows/stack-linter.yml | 2 +- .github/workflows/trivy.yml | 2 +- .github/workflows/versioning.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index 8fb3e86a..dc7c7f9a 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -40,7 +40,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: # Full git history is needed to get a proper list # of changed files within `super-linter` diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index 9c8afa6d..bf9acc16 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -40,7 +40,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: # Full git history is needed to get a proper list # of changed files within `super-linter` diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index 57ee2d78..93efb776 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 ######################## # Get the current date # diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index 12ecf230..7e6eb646 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 ######################## # Get the current date # diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index 1c65c517..59afaf34 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -44,7 +44,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 ######################### # Update deployment API # diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index fefc7a57..ab89b244 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -44,7 +44,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 ######################### # Update deployment API # diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index e4816cd0..a96eb190 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -36,7 +36,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 190fc684..1d990b4d 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -15,7 +15,7 @@ jobs: # Checkout code base # ###################### - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v2.4.0 # ########################## # # Build the docker image # diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 54aa58ef..b12391d1 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -32,7 +32,7 @@ jobs: ############################# # Check out the latest code # ############################# - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 ###################### # Run the tag action #