Skip to content

fix: bump golang.org/x/crypto to v0.52.0 to resolve Trivy CVEs (#1720) #5411

fix: bump golang.org/x/crypto to v0.52.0 to resolve Trivy CVEs (#1720)

fix: bump golang.org/x/crypto to v0.52.0 to resolve Trivy CVEs (#1720) #5411

Workflow file for this run

name: Check Typos
on:
pull_request:
push:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Check typos
uses: crate-ci/typos@v1.47.2