File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 TESTING : true
7979 run : pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/
8080 - name : Upload coverage reports to Codecov
81- uses : codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
81+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
8282 with :
8383 token : ${{ secrets.CODECOV_TOKEN }}
8484
Original file line number Diff line number Diff line change 2323 - name : Run Semgrep
2424 run : semgrep --config p/python --config p/secrets --sarif --output results.sarif .
2525 - name : Upload SARIF file
26- uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.5
26+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
2727 with :
2828 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments