File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
fail-build : false
171
171
172
172
- name : Upload scan result to GitHub Security tab
173
- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
173
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
174
174
continue-on-error : true
175
175
with :
176
176
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
55
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
build-mode : ${{ matrix.build-mode }}
64
64
# queries: security-extended,security-and-quality
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
67
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
68
68
with :
69
69
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Install cloud-provider-kind
104
104
run : |
105
- CLOUD_PROVIDER_KIND_VERSION=v0.3 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
105
+ CLOUD_PROVIDER_KIND_VERSION=v0.4 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
106
106
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
107
107
108
108
- name : Run cloud-provider-kind
Original file line number Diff line number Diff line change 86
86
87
87
- name : Install cloud-provider-kind
88
88
run : |
89
- CLOUD_PROVIDER_KIND_VERSION=v0.3 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
89
+ CLOUD_PROVIDER_KIND_VERSION=v0.4 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
90
90
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
91
91
92
92
- name : Run cloud-provider-kind
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Install cloud-provider-kind
132
132
run : |
133
- CLOUD_PROVIDER_KIND_VERSION=v0.3 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
133
+ CLOUD_PROVIDER_KIND_VERSION=v0.4 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
134
134
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
135
135
136
136
- name : Run cloud-provider-kind
Original file line number Diff line number Diff line change 78
78
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
79
79
80
80
- name : Lint Actions
81
- uses : reviewdog/action-actionlint@15a7a477ab5ab768a41c39b2c53970bf151c73f3 # v1.56 .0
81
+ uses : reviewdog/action-actionlint@7eeec1dd160c2301eb28e1568721837d084558ad # v1.57 .0
82
82
with :
83
83
actionlint_flags : -shellcheck ""
84
84
Original file line number Diff line number Diff line change 60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
63
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments