Skip to content

Commit

Permalink
Merge pull request #141 from saidone75/saidone75-patch-1
Browse files Browse the repository at this point in the history
Update clj-holmes.yml
  • Loading branch information
saidone75 authored Apr 2, 2024
2 parents 44ec3fe + 3973f62 commit 620878f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clj-holmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Scan code
uses: clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb
Expand All @@ -38,7 +38,7 @@ 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
wait-for-processing: true

0 comments on commit 620878f

Please sign in to comment.