File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
ref : ${{ inputs.ref }}
51
51
persist-credentials : false
52
52
- name : Set up Python
53
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
54
54
with :
55
55
python-version : 3.x
56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
59
+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
build-mode : none
72
72
pip install -e .
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
75
+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
76
76
with :
77
77
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 24
24
ref : ${{ inputs.ref }}
25
25
persist-credentials : false
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : 3.x
30
30
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v5
16
16
with :
17
17
persist-credentials : false
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ' 3.10'
21
21
cache : ' pip'
35
35
- uses : actions/checkout@v5
36
36
with :
37
37
persist-credentials : false
38
- - uses : actions/setup-python@v5
38
+ - uses : actions/setup-python@v6
39
39
with :
40
40
cache : ' pip'
41
41
cache-dependency-path : ' pyproject.toml'
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ jobs:
80
80
name : all-dist-${{ github.run_id }}
81
81
path : dist/
82
82
- name : Publish package distributions to TestPyPI
83
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
83
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0
84
84
with :
85
85
repository-url : https://test.pypi.org/legacy/
86
86
skip-existing : true
87
87
attestations : ${{ env.DRY_RUN }}
88
88
- name : Publish package distributions to PyPI
89
89
if : startsWith(env.DRY_RUN, 'false')
90
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
90
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # 1.13.0
91
91
92
92
post-publish :
93
93
needs : [publish]
You can’t perform that action at this time.
0 commit comments