Skip to content

Commit

Permalink
Merge pull request #153 from netromdk/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-2.2.5

chore(deps): Bump github/codeql-action from 2.1.37 to 2.2.5
  • Loading branch information
netromdk committed Mar 1, 2023
2 parents 3626016 + dcf7fc8 commit e9a6aaf
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Initialize CodeQL
uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
2 changes: 1 addition & 1 deletion .github/workflows/snyk-schedule.yml
Original file line number Diff line number Diff line change
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@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5
with:
sarif_file: snyk-${{matrix.requirements}}.sarif

0 comments on commit e9a6aaf

Please sign in to comment.