mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
aac2cfc135
commit
8bdd5deb1f
9 changed files with 9 additions and 9 deletions
2
.github/workflows/deploy-DEV-slim.yml
vendored
2
.github/workflows/deploy-DEV-slim.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
# Full git history is needed to get a proper list
|
# Full git history is needed to get a proper list
|
||||||
# of changed files within `super-linter`
|
# of changed files within `super-linter`
|
||||||
|
|
2
.github/workflows/deploy-DEV-standard.yml
vendored
2
.github/workflows/deploy-DEV-standard.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
# Full git history is needed to get a proper list
|
# Full git history is needed to get a proper list
|
||||||
# of changed files within `super-linter`
|
# of changed files within `super-linter`
|
||||||
|
|
2
.github/workflows/deploy-PROD-slim.yml
vendored
2
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# Get the current date #
|
# Get the current date #
|
||||||
|
|
2
.github/workflows/deploy-PROD-standard.yml
vendored
2
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# Get the current date #
|
# Get the current date #
|
||||||
|
|
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
|
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
|
|
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# Checkout the code base #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
# Full git history is needed to get a proper list of changed files within `super-linter`
|
# Full git history is needed to get a proper list of changed files within `super-linter`
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
2
.github/workflows/trivy.yml
vendored
2
.github/workflows/trivy.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
# Checkout code base #
|
# Checkout code base #
|
||||||
######################
|
######################
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
# ##########################
|
# ##########################
|
||||||
# # Build the docker image #
|
# # Build the docker image #
|
||||||
|
|
2
.github/workflows/versioning.yml
vendored
2
.github/workflows/versioning.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
#############################
|
#############################
|
||||||
# Check out the latest code #
|
# Check out the latest code #
|
||||||
#############################
|
#############################
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Run the tag action #
|
# Run the tag action #
|
||||||
|
|
Loading…
Reference in a new issue