Skip to content

Commit 58871bf

Browse files
authored
Merge pull request #8 from tobias-laa/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 111ad34 + 6787eb1 commit 58871bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and analyze
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
with:
2020
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2121
- name: Set up JDK 17

0 commit comments

Comments
 (0)