Skip to content

Commit 53485ab

Browse files
Bump the actions group with 4 updates (#1064)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8dba59 commit 53485ab

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/codeql-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
40+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
4141
with:
4242
languages: actions
4343
build-mode: none
4444
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4545
queries: security-extended
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
48+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
4949
with:
5050
category: "/language:actions"

.github/workflows/codeql-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
fetch-depth: 0
3737
ref: ${{ inputs.ref }}
3838
persist-credentials: false
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: 3.x
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
45+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
4646
with:
4747
languages: python
4848
build-mode: none
@@ -61,6 +61,6 @@ jobs:
6161
pip install dist/*.whl
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
64+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
6565
with:
6666
category: "/language:python"

.github/workflows/dist-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ inputs.ref }}
4646
persist-credentials: false
4747

48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
with:
5050
python-version: "3.9"
5151
cache: 'pip'

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
name: all-dist-${{ github.run_id }}
8888
path: dist/
8989
- name: Publish package distributions to TestPyPI
90-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
90+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9191
with:
9292
repository-url: https://test.pypi.org/legacy/
9393
skip-existing: true
9494
attestations: ${{ env.DRY_RUN }}
9595
- name: Publish package distributions to PyPI
9696
if: startsWith(env.DRY_RUN, 'false')
97-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
97+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
9898

9999
post-publish:
100100
needs: [publish]

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
- name: "Run pre-commit"
3131
working-directory: .
3232
run: |
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252
persist-credentials: false
5353
- name: Set up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
allow-prereleases: true
5757
python-version: ${{ matrix.python-version }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@a8fb1d7e7d9fdb877a9986d8a9ca6e07c2106e21
21+
uses: zizmorcore/zizmor-action@a016d81e77496751b5c04eb1e8f00214bd396553

0 commit comments

Comments
 (0)