Skip to content

Commit

Permalink
build: use checkout v4 and sonarcloud-github-c-cpp v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Feb 6, 2024
1 parent b2df99d commit d3d98bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: softprops/turnstyle@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: checkout repository
# only for push or release
- name: make docker buildimage
Expand All @@ -36,7 +36,7 @@ jobs:
needs: prepare
steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: debug env
run: env |grep GITHUB
- name: compute tag name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Install sonar-scanner and build-wrapper
uses: sonarsource/sonarcloud-github-c-cpp@v1.3.2
uses: sonarsource/sonarcloud-github-c-cpp@v2.0.2
- name: Run build-wrapper
run: |
gcc --version
Expand Down

0 comments on commit d3d98bb

Please sign in to comment.