Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v2.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
1 parent 5bab10d commit 4c26648
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].4
uses: actions/[email protected].5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Verify Source Format
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand All @@ -30,7 +30,7 @@ jobs:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 8.0.x, 9.0.x, 10.0.x, 11.0.x, 12.0.x, 16.0.x ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
name: GraalVM Maven Test
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: DeLaGuardo/setup-graalvm@48f2bf339ab7d35e31029b1822a213681fdfc42e
with:
graalvm-version: '19.3.0.java8'
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
name: End-to-End Test Against Real Cluster
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: Run E2E with Maven
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
name: Examples smoke test
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- 5000:5000
name: CRD Java Models Code Generation
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand Down

0 comments on commit 4c26648

Please sign in to comment.