Skip to content

Commit

Permalink
Merge pull request #62 from ashu-tosh-kumar/dependabot/pip/coverage-7…
Browse files Browse the repository at this point in the history
….4.1

Bump coverage from 7.4.0 to 7.4.1; upgrade ossar action to v3
  • Loading branch information
ashu-tosh-kumar authored Feb 12, 2024
2 parents 7880dd8 + e51ec63 commit e2c2865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

# Upload results to the Security tab
- name: Upload OSSAR results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.ossar.outputs.sarifFile }}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 3.11.0
black==24.1.1
coverage==7.4.0
coverage==7.4.1
flake8==7.0.0
pre-commit==3.6.0
pytest==7.4.4

0 comments on commit e2c2865

Please sign in to comment.