File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- name : Run OSSAR
44
44
id : ossar
45
- uses : github/ossar-action@v2
45
+ uses : github/ossar-action@v1
46
46
47
47
- name : Upload OSSAR results
48
48
if : always()
@@ -53,21 +53,15 @@ jobs:
53
53
semgrep :
54
54
name : Semgrep
55
55
runs-on : ubuntu-latest
56
+ container :
57
+ image : semgrep/semgrep
56
58
57
59
steps :
58
60
- name : Checkout
59
61
uses : actions/checkout@v4
60
62
61
63
- name : Run Semgrep
62
- uses : returntocorp/semgrep-action@v1
63
- with :
64
- config : >-
65
- p/ci
66
- p/secrets
67
- auditOn : >-
68
- push
69
- pull_request
70
- generateSarif : true
64
+ run : semgrep scan --config auto --sarif > semgrep.sarif
71
65
72
66
- name : Upload Semgrep results
73
67
if : always()
Original file line number Diff line number Diff line change 47
47
with :
48
48
file : ./coverage.xml
49
49
fail_ci_if_error : true
50
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4
4
5
5
---
6
6
7
- [ ![ Tests] ( https://github.com/Rose-STL-Lab/torchTS/workflows/Tests/badge.svg )] ( https://github.com/Rose-STL-Lab/torchTS/actions?query=workflow%3ATests )
8
- [ ![ Quality] ( https://github.com/Rose-STL-Lab/torchTS/workflows/Quality/badge.svg )] ( https://github.com/Rose-STL-Lab/torchTS/actions?query=workflow%3AQuality )
9
- [ ![ Docs] ( https://github.com/Rose-STL-Lab/torchTS/workflows/Docs/badge.svg )] ( https://github.com/Rose-STL-Lab/torchTS/actions?query=workflow%3ADocs )
7
+ [ ![ Tests] ( https://github.com/Rose-STL-Lab/torchTS/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/Rose-STL-Lab/torchTS/actions/workflows/test.yml )
8
+ [ ![ Docs] ( https://github.com/Rose-STL-Lab/torchTS/actions/workflows/docs.yml/badge.svg?branch=main )] ( https://github.com/Rose-STL-Lab/torchTS/actions/workflows/docs.yml )
10
9
[ ![ pre-commit.ci] ( https://results.pre-commit.ci/badge/github/Rose-STL-Lab/torchTS/main.svg )] ( https://results.pre-commit.ci/latest/github/Rose-STL-Lab/torchTS/main )
11
10
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/Rose-STL-Lab/torchTS?label=Coverage&logo=codecov )] ( https://app.codecov.io/gh/Rose-STL-Lab/torchTS )
12
11
[ ![ PyPI] ( https://img.shields.io/pypi/v/torchts?label=PyPI&logo=python )] ( https://pypi.org/project/torchts )
You can’t perform that action at this time.
0 commit comments