Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.1.0 to 3.2.0 #598

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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