Skip to content

Commit

Permalink
Merge b0c2527 into cf50a4a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 4, 2023
2 parents cf50a4a + b0c2527 commit b13c5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Initialize CodeQL
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4
2 changes: 1 addition & 1 deletion .github/workflows/snyk-schedule.yml
Expand Up @@ -51,6 +51,6 @@ jobs:
run: snyk test --project-name=vermin --package-manager=pip --file=misc/.${{matrix.requirements}}-requirements.txt --command=python3 --sarif-file-output=snyk-${{matrix.requirements}}.sarif --show-vulnerable-paths=all --print-deps

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4
with:
sarif_file: snyk-${{matrix.requirements}}.sarif

0 comments on commit b13c5bf

Please sign in to comment.