From 8a5e349f97fa0bd06e237284d6afdcfb35a615d6 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Tue, 1 Feb 2022 02:52:38 -0800 Subject: [PATCH] Update actions (#1595) Signed-off-by: Knative Automation --- .github/workflows/knative-security.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/knative-security.yaml b/.github/workflows/knative-security.yaml index fbfe531d9..9f7bb3eda 100644 --- a/.github/workflows/knative-security.yaml +++ b/.github/workflows/knative-security.yaml @@ -48,3 +48,9 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 + + - name: Find Unicode Control Characters + uses: pierdipi/unicode-control-characters-action@v0.1.1 + with: + args: -d . +