Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 3.5.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.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.5.0...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2023
1 parent b05b8b5 commit 0c13fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java: [ 8 ]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# experimental: true

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
persist-credentials: false
- uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: "Checkout code"
uses: actions/checkout@v3.5.0 # 3.1.0
uses: actions/checkout@v3.5.2 # 3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 0c13fd9

Please sign in to comment.