File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
36
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
37
37
with :
38
38
languages : python
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
41
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
42
42
with :
43
43
category : " /language:python"
Original file line number Diff line number Diff line change 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@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
54
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
55
55
env :
56
56
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
57
57
Original file line number Diff line number Diff line change 53
53
retention-days : 5
54
54
55
55
- name : " Upload to code-scanning dashboard"
56
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
56
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
57
57
with :
58
58
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
30
30
- name : Python Semantic Release
31
31
id : release
32
- uses : python-semantic-release/python-semantic-release@2773f6d901a5cefed959c6ccda302ef41fed67dc # master
32
+ uses : python-semantic-release/python-semantic-release@a3233795eb26b6d5167192ffd4550947d764a9b0 # master
33
33
with :
34
34
github_token : ${{ secrets.GH_TOKEN }}
35
35
36
36
- name : Publish to PyPI
37
- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
37
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
38
38
if : steps.release.outputs.released == 'true'
39
39
40
40
- name : Publish to GitHub Releases
You can’t perform that action at this time.
0 commit comments