File tree 4 files changed +96
-79
lines changed 4 files changed +96
-79
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
26
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
27
27
with :
28
28
egress-policy : audit
29
29
30
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
33
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
runs-on : [ ubuntu-latest ]
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
15
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
16
16
with :
17
17
egress-policy : audit
18
18
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
20
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
21
21
with :
22
22
node-version : ' lts/*'
23
23
- name : Install semantic-release
24
24
shell : bash
25
25
run : npm install
26
26
- name : Set up Python
27
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
27
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
28
28
with :
29
- python-version : ' 3.11 '
29
+ python-version : ' 3.13 '
30
30
- name : Release
31
31
shell : bash
32
32
env :
You can’t perform that action at this time.
0 commit comments