Skip to content

Commit

Permalink
Merge pull request #168 from brandonmcclure/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/actions/checkout-4

Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
brandonmcclure authored Apr 26, 2024
2 parents ef7d1c4 + ff115ba commit c3ea2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Sonar static code scanning

on:
on:
push:
branches:
- main
Expand All @@ -12,7 +12,7 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
Expand Down

0 comments on commit c3ea2aa

Please sign in to comment.