diff --git a/.github/workflows/crda.yml b/.github/workflows/crda.yml index 02a11e3..75fd189 100644 --- a/.github/workflows/crda.yml +++ b/.github/workflows/crda.yml @@ -79,20 +79,9 @@ jobs: name: Scan project vulnerabilities with CRDA runs-on: ubuntu-20.04 steps: - - name: Check out repository uses: actions/checkout@v2 - - # ******************************************************************* - # Required: Instructions to setup project - # 1. Setup Go, Java, Node.js or Python depending on your project type - # 2. Setup Actions are listed below, choose one from them: - # - Go: https://github.com/actions/setup-go - # - Java: https://github.com/actions/setup-java - # - Node.js: https://github.com/actions/setup-node - # - Python: https://github.com/actions/setup-python - # - Example: + - name: Setup Node uses: actions/setup-node@v2 with: