Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.1.0...v3.2.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>
  • Loading branch information
dependabot[bot] committed Dec 19, 2022
1 parent 220ed87 commit d9c762e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
-
Expand All @@ -61,7 +61,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Set up JDK 11
uses: actions/setup-java@v3.9.0
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Login to GitHub Container Registry
if: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Login to GitHub Container Registry
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/business-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
##############
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Set-Up JDK 11
uses: actions/setup-java@v3.9.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Draft a new release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0
-
name: Create release branch
run: git checkout -b release/${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
##############
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.2.0

- name: KICS scan
uses: checkmarx/kics-github-action@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Set up JDK 11
uses: actions/setup-java@v3.9.0
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
# 0 to fetch the full history due to upcoming merge of main into develop branch
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Run Trivy vulnerability scanner
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Set up JDK 11
uses: actions/setup-java@v3.9.0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# Set-Up
-
name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Set up JDK 11
uses: actions/setup-java@v3.9.0
Expand Down

0 comments on commit d9c762e

Please sign in to comment.