Skip to content

Commit

Permalink
Update GitHub action for sonar-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Oct 16, 2023
1 parent a0543aa commit d464e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -46,7 +46,7 @@ jobs:
run: build-wrapper-linux-x86-64 --out-dir bw-output make sonar

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6

Expand Down

0 comments on commit d464e48

Please sign in to comment.