We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5967b05 commit 131191eCopy full SHA for 131191e
.github/workflows/cover.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Harden Runner
15
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
+ uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
16
with:
17
egress-policy: audit
18
.github/workflows/pr-golangci-lint.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
go-version: ${{ steps.vars.outputs.go_version }}
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # tag=v6.3.2
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # tag=v6.5.0
32
33
version: v1.60.2
34
args: --out-format=colored-line-number
0 commit comments