Skip to content

Commit

Permalink
Merge pull request apache#147 from apache/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
garydgregory authored Jun 9, 2023
2 parents f38d87d + 6eb33bd commit 0de8743
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/[email protected].2
uses: actions/[email protected].3
with:
persist-credentials: false
- uses: actions/[email protected]
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# experimental: true

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: actions/[email protected]
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/[email protected].2 # 3.1.0
uses: actions/[email protected].3 # 3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 0de8743

Please sign in to comment.