Skip to content

Commit 4e89b44

Browse files
Update GitHub Actions
1 parent 25cccd9 commit 4e89b44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1
3434
with:
3535
configurationFile: .github/renovate-config.json
3636
token: '${{ steps.token.outputs.token }}'

.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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
6060
with:
6161
sarif_file: ${{ needs.lint.outputs.sarif }}
6262
if: ${{ inputs.upload_sarif }}

0 commit comments

Comments
 (0)