Skip to content

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #639

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #639

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions:
contents: read
jobs:
golangci-lint:
permissions:
checks: write # for reviewdog/action-golangci-lint to report issues using checks
contents: read # for actions/checkout to fetch code
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
with:
go_version_file: "go.mod"
level: warning