Skip to content

Commit

Permalink
Merge pull request #269 from livk-cloud/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.1.6
  • Loading branch information
livk-cloud authored May 17, 2024
2 parents 8282e71 + 2685e86 commit 8824711
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4.3.2
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up host
run: echo '127.0.0.1 livk.com' | sudo tee -a /etc/hosts

- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- run: semgrep ci

0 comments on commit 8824711

Please sign in to comment.