Skip to content

Commit 709766c

Browse files
Update GitHub Actions
1 parent 657e50b commit 709766c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
needs: [ pre-commit, build-wheel, shellcheck, doc-tests ]
5252
runs-on: ubuntu-slim
5353
steps:
54-
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
54+
- uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
5555
with:
5656
jobs: ${{ toJSON(needs) }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: dist
3737

3838
- name: Generate artifact attestation for sdist and wheel
39-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
39+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
4040
with:
4141
subject-path: "dist/*"
4242

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
client-id: ${{ secrets.RENOVATE_BOT_CLIENT_ID }}
3131
private-key: ${{ secrets.RENOVATE_BOT_PRIVATE_KEY }}
3232
owner: ${{ github.repository_owner }}
33-
- uses: renovatebot/github-action@973d3e5a68e735a444e8c03432b66eedb343c302 # v46.2.0
33+
- uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4
3434
with:
3535
configurationFile: .github/renovate-config.json
3636
token: '${{ steps.token.outputs.token }}'

.github/workflows/step-doc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3434
with:
3535
python-version: 3.x
36-
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
36+
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3737
with:
3838
activate-environment: true
3939
- name: Install tmt[docs]

.github/workflows/step-shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5757
with:
5858
name: Differential ShellCheck SARIF
59-
- uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
59+
- uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
6060
with:
6161
sarif_file: ${{ needs.lint.outputs.sarif }}
6262
if: ${{ inputs.upload_sarif }}

0 commit comments

Comments
 (0)