File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525 with :
2626 fetch-depth : 0
2727
5959
6060 - if : matrix.python-version == '3.10'
6161 name : Upload coverage to Codecov
62- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
62+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
6363 continue-on-error : true
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
7474 id-token : write # Required for PyPI trusted publishing
7575
7676 steps :
77- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
77+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7878 with :
7979 fetch-depth : 0
8080
@@ -97,15 +97,15 @@ jobs:
9797 python setup.py sdist bdist_wheel
9898
9999 - 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
101101
102102 create-release :
103103 runs-on : ubuntu-latest
104104 if : startsWith(github.ref, 'refs/tags/v')
105105 needs : [publish]
106106
107107 steps :
108- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
108+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
109109 with :
110110 fetch-depth : 0
111111
Original file line number Diff line number Diff line change 1111 image : returntocorp/semgrep
1212 if : (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
1313 steps :
14- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515 with :
1616 fetch-depth : 0
1717 - run : semgrep ci --no-suppress-errors
You can’t perform that action at this time.
0 commit comments