File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
with :
26
26
fetch-depth : 0
27
27
59
59
60
60
- if : matrix.python-version == '3.10'
61
61
name : Upload coverage to Codecov
62
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
62
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
63
63
continue-on-error : true
64
64
with :
65
65
token : ${{ secrets.CODECOV_TOKEN }}
74
74
id-token : write # Required for PyPI trusted publishing
75
75
76
76
steps :
77
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
77
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
78
with :
79
79
fetch-depth : 0
80
80
@@ -97,15 +97,15 @@ jobs:
97
97
python setup.py sdist bdist_wheel
98
98
99
99
- name : Publish package
100
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
100
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
101
101
102
102
create-release :
103
103
runs-on : ubuntu-latest
104
104
if : startsWith(github.ref, 'refs/tags/v')
105
105
needs : [publish]
106
106
107
107
steps :
108
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
108
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
109
109
with :
110
110
fetch-depth : 0
111
111
Original file line number Diff line number Diff line change 11
11
image : returntocorp/semgrep
12
12
if : (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
- run : semgrep ci --no-suppress-errors
You can’t perform that action at this time.
0 commit comments