Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.3.0 to 3.5.2 (#254)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and paullatzelsperger committed May 4, 2023
1 parent 11995b6 commit 64315ec
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
needs: [ secret-presence ]
steps:
# Set-Up
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/setup-java
# Build
- name: Build Extensions
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/publish-docker-image
name: Publish ${{ matrix.variant.img }}
with:
Expand All @@ -121,7 +121,7 @@ jobs:
needs.secret-presence.outputs.GPG_PASSPHRASE && needs.secret-presence.outputs.GPG_PRIVATE_KEY && github.event_name != 'pull_request' && github.ref != 'refs/heads/releases'
steps:
# Set-Up
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java
- name: Import GPG Key
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 @@ -50,7 +50,7 @@ jobs:
### Set-Up ###
##############
-
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
-
uses: ./.github/actions/setup-java
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
needs: test-prepare
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand All @@ -81,7 +81,7 @@ jobs:
needs: test-prepare
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
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 @@ -18,7 +18,7 @@ jobs:
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
-
name: Create release branch
run: git checkout -b release/${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
# fetch-depth: 0 is required to determine differences in chart(s)
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0

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 @@ -26,7 +26,7 @@ jobs:
### Set-Up ###
##############
-
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
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.3.0
- uses: actions/checkout@v3.5.2

- name: KICS scan
uses: checkmarx/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
contents: write
packages: write
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/publish-docker-image
name: Publish ${{ matrix.variant.img }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
-
uses: ./.github/actions/setup-java

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
{dir: edc-dataplane, img: edc-dataplane-hashicorp-vault}]

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/publish-docker-image
name: Publish ${{ matrix.variant.img }}
with:
Expand All @@ -119,7 +119,7 @@ jobs:
run: |
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
-
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: |
echo "RELEASE_VERSION=${{ needs.release-version.outputs.RELEASE_VERSION }}" >> $GITHUB_ENV
-
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
with:
# 0 to fetch the full history due to upcoming merge of releases into main 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 @@ -36,7 +36,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- edc-dataplane-azure-vault
- edc-dataplane-hashicorp-vault
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

## This step will fail if the docker images is not found
- name: "Check if image exists"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
verify-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- uses: ./.github/actions/setup-java
Expand All @@ -46,7 +46,7 @@ jobs:
{ dir: edc-dataplane, name: edc-dataplane-hashicorp-vault } ]
steps:
# Set-Up
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
- uses: ./.github/actions/setup-java
# Build
- name: Build ${{ matrix.variant.name }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
verify-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java
- name: Verify proper formatting
Expand All @@ -72,7 +72,7 @@ jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- name: Install mardkdownlint
run: npm install -g markdownlint-cli2
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ verify-formatting ]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java

Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ verify-formatting ]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java

Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ verify-formatting ]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java

Expand All @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ verify-formatting ]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- uses: ./.github/actions/setup-java

Expand All @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Set-Up
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- uses: ./.github/actions/setup-java
Expand Down

0 comments on commit 64315ec

Please sign in to comment.