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:
5050 ref : ${{ inputs.ref }}
5151 persist-credentials : false
5252 - name : Set up Python
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : 3.x
5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
59+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : none
7272 pip install -e .
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
75+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
7676 with :
7777 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2424 ref : ${{ inputs.ref }}
2525 persist-credentials : false
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.x
3030 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.10'
2121 cache : ' pip'
3535 - uses : actions/checkout@v5
3636 with :
3737 persist-credentials : false
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with :
4040 cache : ' pip'
4141 cache-dependency-path : ' pyproject.toml'
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ jobs:
8080 name : all-dist-${{ github.run_id }}
8181 path : dist/
8282 - 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
8484 with :
8585 repository-url : https://test.pypi.org/legacy/
8686 skip-existing : true
8787 attestations : ${{ env.DRY_RUN }}
8888 - name : Publish package distributions to PyPI
8989 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
9191
9292 post-publish :
9393 needs : [publish]
You can’t perform that action at this time.
0 commit comments