Skip to content

Commit 8b149cc

Browse files
authored
Merge pull request #11 from OGSteam/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 93baf68 + 3226a44 commit 8b149cc

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@v3.3.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)