File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 show-progress : false
2828 - name : Setup Golang
29- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
29+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3030 with :
3131 go-version-file : go.mod
3232 cache : false
4949 with :
5050 show-progress : false
5151 - name : Setup Golang
52- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
52+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
5353 with :
5454 go-version-file : go.mod
5555 - name : Run Test Coverage
6868 with :
6969 show-progress : false
7070 - name : Setup Golang
71- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
71+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
7272 with :
7373 go-version-file : go.mod
7474 - name : Setup Goreleaser
9292 show-progress : false
9393 fetch-depth : 0
9494 - name : Setup Golang
95- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
95+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
9696 with :
9797 go-version-file : go.mod
9898 - name : Setup Goreleaser
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929 with :
3030 show-progress : false
3131 - name : Setup Golang
32- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
32+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3333 with :
3434 go-version-file : go.mod
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
36+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3737 with :
3838 languages : go
3939 build-mode : manual
4040 - name : Run Build
4141 run : go build ./cmd/miactl
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
43+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4444 with :
4545 category : " /language:go"
Original file line number Diff line number Diff line change 2323 with :
2424 show-progress : false
2525 - name : Dependency Review
26- uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
26+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2727 with :
2828 fail-on-severity : high
2929 fail-on-scopes : development,runtime,unknown
You can’t perform that action at this time.
0 commit comments