File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
41
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
57
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
17
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
18
18
with :
19
19
python-version : " 3.x"
20
20
47
47
poetry build
48
48
49
49
- name : Upload distributions
50
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
50
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51
51
with :
52
52
name : release-dists
53
53
path : dist/
70
70
71
71
steps :
72
72
- name : Retrieve release distributions
73
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
73
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
74
74
with :
75
75
name : release-dists
76
76
path : dist/
Original file line number Diff line number Diff line change 36
36
37
37
# 2. Set up Python environment
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
39
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
46
46
47
47
# 4. Cache Poetry dependencies
48
48
- name : Cache Poetry
49
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
49
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50
50
with :
51
51
path : |
52
52
~/.cache/pypoetry
62
62
63
63
# 6. Cache test dependencies
64
64
- name : Cache test dependencies
65
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
65
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
66
66
with :
67
67
path : ~/.cache/pip
68
68
key : ${{ runner.os }}-pip-test-${{ hashFiles('**/pyproject.toml') }}
96
96
# 11. Upload Test Reports (Optional)
97
97
- name : Upload Test Report
98
98
if : always()
99
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
99
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
59
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
68
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments