File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
41
+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
42
42
with :
43
43
languages : ${{ matrix.language }}
44
44
build-mode : ${{ matrix.build-mode }}
54
54
exit 1
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
57
+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 47
47
poetry build
48
48
49
49
- name : Upload distributions
50
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
50
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
51
51
with :
52
52
name : release-dists
53
53
path : dist/
Original file line number Diff line number Diff line change @@ -88,15 +88,15 @@ jobs:
88
88
89
89
# 10. Upload test coverage to Codecov (Optional)
90
90
- name : Upload results to Codecov
91
- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
91
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
92
92
with :
93
93
token : ${{ secrets.CODECOV_TOKEN }}
94
94
fail_ci_if_error : false
95
95
96
96
# 11. Upload Test Reports (Optional)
97
97
- name : Upload Test Report
98
98
if : always()
99
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
99
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
100
100
with :
101
101
name : dist-${{ matrix.python-version }}-junit-test-report
102
102
path : reports/junit.xml
Original file line number Diff line number Diff line change 56
56
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
57
57
# format to the repository Actions tab.
58
58
- name : " Upload artifact"
59
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
59
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
60
60
with :
61
61
name : SARIF file
62
62
path : results.sarif
65
65
# Upload the results to GitHub's code scanning dashboard (optional).
66
66
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
68
+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments