We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30009b commit ebfccf0Copy full SHA for ebfccf0
.github/workflows/sonarcloud.yml
@@ -9,7 +9,7 @@ name: SonarCloud
9
jobs:
10
sonarcloud:
11
runs-on: ubuntu-latest
12
- if: github.actor != 'dependabot' # Dependabot can't read the Sonarcloud secret
+ if: github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret
13
steps:
14
- uses: actions/checkout@v4
15
with:
@@ -31,7 +31,7 @@ jobs:
31
C:
32
name: C Code Coverage
33
runs-on: ubuntu-22.04
34
35
36
37
0 commit comments