We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f245aa commit 409b64dCopy full SHA for 409b64d
.github/workflows/devskim.yml
@@ -17,7 +17,7 @@ jobs:
17
lint:
18
if: github.repository == 'JulianHayward/Azure-MG-Sub-Governance-Reporting'
19
name: DevSkim
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
21
permissions:
22
actions: read
23
contents: read
@@ -32,4 +32,4 @@ jobs:
32
- name: Upload DevSkim scan results to GitHub Security tab
33
uses: github/codeql-action/upload-sarif@v2
34
with:
35
- sarif_file: devskim-results.sarif
+ sarif_file: devskim-results.sarif
0 commit comments