File tree Expand file tree Collapse file tree 3 files changed +111
-58
lines changed
Expand file tree Collapse file tree 3 files changed +111
-58
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 if : ${{ needs.release.outputs.previous_version != needs.release.outputs.current_version }}
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
37+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3838 with :
3939 egress-policy : audit
4040
4141 - name : Checkout
42- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
42+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4343 with :
4444 # Need to explicitly get the current version, otherwise it defaults to current commit
4545 # (which is not the same as the release/version commit).
5050 # - https://www.andrlik.org/dispatches/til-use-uv-for-build-and-publish-github-actions/
5151 # - https://github.com/astral-sh/trusted-publishing-examples
5252 - name : Set up uv
53- uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
53+ uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
5454
5555 - name : Build distributions
5656 # Builds dists from source and stores them in the dist/ directory.
Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/gitleaks/gitleaks
9- rev : v8.29.1
9+ rev : v8.30.0
1010 hooks :
1111 - id : gitleaks
1212
2525 # sub-packages, which confuses pre-commit when it tries to find the latest
2626 # version
2727 - repo : https://github.com/adhtruong/mirrors-typos
28- rev : v1.39.2
28+ rev : v1.40.0
2929 hooks :
3030 - id : typos
You can’t perform that action at this time.
0 commit comments