Skip to content

Commit d5b3fc1

Browse files
committed
📄
1 parent eb3889a commit d5b3fc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/security.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
eslint:
18-
name: Run ESLint scanning
18+
name: Run ESLint security rules
1919
runs-on: ubuntu-latest
2020
permissions:
2121
contents: read
@@ -34,7 +34,7 @@ jobs:
3434
wait-for-processing: true
3535

3636
codeql:
37-
name: Run CodeQL scanning
37+
name: Run CodeQL
3838
runs-on: ubuntu-latest
3939
permissions:
4040
actions: read
@@ -48,18 +48,18 @@ jobs:
4848
languages: typescript
4949
- name: Auto-build by CodeQL
5050
uses: github/codeql-action/autobuild@v2
51-
- name: Perform CodeQL Analysis
51+
- name: Perform CodeQL Analysis and upload to GitHub
5252
uses: github/codeql-action/analyze@v2
5353

5454
sonarcloud:
55-
name: Run SonarCloud scanning
55+
name: Run SonarCloud
5656
runs-on: ubuntu-latest
5757
permissions:
58-
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
58+
pull-requests: read # Allows SonarCloud to decorate PRs with analysis results.
5959
steps:
6060
- uses: actions/checkout@v3
6161
with:
62-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
62+
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis.
6363
- name: Install dependencies
6464
run: npm ci --no-fund
6565
- name: Test and coverage
@@ -80,12 +80,12 @@ jobs:
8080
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
8181
8282
codecov:
83-
name: Run Codecov scanning
83+
name: Run Codecov
8484
runs-on: ubuntu-latest
8585
steps:
8686
- uses: actions/checkout@v3
8787
with:
88-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
88+
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis.
8989
- name: Install dependencies
9090
run: npm ci --no-fund
9191
- name: Test and coverage

0 commit comments

Comments
 (0)