Skip to content

Commit

Permalink
Update codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 18, 2024
1 parent a20ce43 commit 00dcf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Codacy Security Scan
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
Expand All @@ -56,6 +56,6 @@ jobs:

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 00dcf56

Please sign in to comment.