Skip to content

Commit

Permalink
Clean up scanner name
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed May 28, 2022
1 parent 0616e65 commit d797af7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scanner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clj-holmes
name: Static Code Analysis

on:
push:
Expand Down Expand Up @@ -31,7 +31,6 @@ jobs:
fail-on-result: 'false'

- name: Upload analysis results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif
ait-for-processing: true

0 comments on commit d797af7

Please sign in to comment.