File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
34
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35
35
with :
36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version-file : go.mod
23
23
cache : false # golangci/golangci-lint-action maintains its own cache
24
- - uses : golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
24
+ - uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
25
25
with :
26
26
version : v1.55.2
27
27
only-new-issues : true
You can’t perform that action at this time.
0 commit comments