Skip to content

Commit fc43d63

Browse files
Update actions/checkout action to v6
1 parent cea4281 commit fc43d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: SonarCloud
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5.0.0
14+
- uses: actions/checkout@v6.0.0
1515
with:
1616
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1717
- name: SonarCloud Scan

0 commit comments

Comments
 (0)