Skip to content

Commit

Permalink
docs(github): Ensure that all static analysis steps have names
Browse files Browse the repository at this point in the history
Add names for clarity and consistency.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 11, 2024
1 parent 1ae222a commit bdaf216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
- name: Check Commit Messages
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.yml
code-base-checks:
Expand Down Expand Up @@ -95,7 +96,8 @@ jobs:
with:
post-pr-comment: false
use-caches: false
- uses: github/codeql-action/upload-sarif@v3
- name: Upload Code Scanning Results
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
reuse-tool:
Expand Down

0 comments on commit bdaf216

Please sign in to comment.