Skip to content

Commit

Permalink
Merge branch 'master' into fix-cleanup-tmate-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 authored Apr 15, 2024
2 parents bbc8f77 + 320d8a4 commit 025a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
args: '-no-fail -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
if: ${{ github.actor != 'dependabot[bot]' }}
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif

0 comments on commit 025a41a

Please sign in to comment.