File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : " 1.22"
30
30
cache : false
31
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
31
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
32
32
- name : golangci-lint
33
33
uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v4.0.0
34
34
with :
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out code
22
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
22
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
23
23
- name : Set up Go
24
24
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
25
25
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout code
20
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
20
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
21
21
- name : Get changed files
22
22
id : changed-files
23
23
uses : tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # tag=v44.3.0
You can’t perform that action at this time.
0 commit comments