File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
34
34
- name : Set up Python
35
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
35
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
36
36
with :
37
37
python-version : ~${{ matrix.version }}
38
38
51
51
run : python3 -m pytest --cov=staged_script example/ test/
52
52
53
53
- name : Upload coverage reports to Codecov
54
- uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
54
+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
55
55
env :
56
56
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
57
57
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
20
+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
Original file line number Diff line number Diff line change 31
31
32
32
- name : Python Semantic Release
33
33
id : release
34
- uses : python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10.3.1
34
+ uses : python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10.4.0
35
35
with :
36
36
git_committer_email : " staged-script-semantic-release@sandia.gov"
37
37
git_committer_name : " semantic-release"
@@ -100,12 +100,12 @@ jobs:
100
100
path : dist
101
101
102
102
- name : Publish to GitHub Releases
103
- uses : python-semantic-release/publish-action@f8a3b2efc2282bc5219b83ba78ac64b69d6e05b9 # v10.3.1
103
+ uses : python-semantic-release/publish-action@4681bbe581b99f950d7b6f14599870b6a117fdc1 # v10.4.0
104
104
with :
105
105
github_token : ${{ secrets.GH_TOKEN }}
106
106
107
107
- name : Remove Provenance for PyPI Upload
108
108
run : rm -f dist/${{ needs.provenance.outputs.provenance-name }}
109
109
110
110
- name : Publish to PyPI
111
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
111
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
You can’t perform that action at this time.
0 commit comments