File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 with :
125125 show-progress : false
126126 - name : Download Binaries
127- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
127+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
128128 with :
129129 name : artifacts
130130 path : bin/
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 with :
3434 go-version-file : go.mod
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
36+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
43+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4444 with :
4545 category : " /language:go"
You can’t perform that action at this time.
0 commit comments