mirror of https://github.com/knative/client.git
Update actions (#1595)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
f28cd0e68a
commit
8a5e349f97
|
|
@ -48,3 +48,9 @@ jobs:
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v1
|
||||||
|
|
||||||
|
- name: Find Unicode Control Characters
|
||||||
|
uses: pierdipi/unicode-control-characters-action@v0.1.1
|
||||||
|
with:
|
||||||
|
args: -d .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue