Skip to content

chore: Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 #6036

chore: Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5

chore: Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 #6036

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- dev
- 1.0.0*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.22"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.62.2
args: --timeout=10m