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 ddf612a commit 4e1fa9cCopy full SHA for 4e1fa9c
.github/workflows/node.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
15
- name: Use Node.js
16
uses: actions/setup-node@v4
.github/workflows/sonar.yml
name: SonarCloud
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
0 commit comments