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 18
18
go-version-file : ' ./${{matrix.path}}/go.mod'
19
19
cache-dependency-path : ./${{matrix.path}}/go.sum
20
20
- name : golangci-lint
21
- uses : golangci/golangci-lint-action@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77
21
+ uses : golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480
22
22
with :
23
23
working-directory : ${{matrix.path}}
24
24
args : " --timeout=10m --build-tags='normal periodic'"
84
84
# we let the report trigger content trigger a failure using the GitHub Security features.
85
85
args : ' -tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...'
86
86
- name : Upload SARIF file
87
- uses : github/codeql-action/upload-sarif@5b6e617dc0241b2d60c2bccea90c56b67eceb797
87
+ uses : github/codeql-action/upload-sarif@3407610120cd5656b6fc71991415cb50748b9489
88
88
with :
89
89
# Path to SARIF file relative to the root of the repository
90
90
sarif_file : results.sarif
Original file line number Diff line number Diff line change 60
60
with :
61
61
repository : ' konflux-ci/konflux-ci'
62
62
path : konflux-ci
63
- ref : d75f101479361f078a862d21bc8bb82cf6d265d5
63
+ ref : 2f5521ef53726e8a6079fdc584af9deb21dbe917
64
64
65
65
- name : Create k8s Kind Cluster
66
66
if : steps.tasks-to-be-tested.outputs.tasklist != ''
You can’t perform that action at this time.
0 commit comments