From 49213f078bec57e02e713f4d40975bc22f124c36 Mon Sep 17 00:00:00 2001 From: Liyang Wang Date: Tue, 19 Mar 2024 17:10:01 -0400 Subject: [PATCH] Delete file --- .github/workflows/static-analysis.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/static-analysis.yml diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml deleted file mode 100644 index 5103efb..0000000 --- a/.github/workflows/static-analysis.yml +++ /dev/null @@ -1,26 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake -# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - -name: static analysis - -on: - push: - branches: - - master - pull_request: - branches: - - master - workflow_dispatch: - -jobs: - scan: - uses: ibm-skills-network/.github/.github/workflows/static-analysis.yml@main - secrets: - skills-network-bot-app-id: ${{ secrets.SKILLS_NETWORK_BOT_APP_ID }} - skills-network-bot-private-key: ${{ secrets.SKILLS_NETWORK_BOT_PRIVATE_KEY }} - asoc-key: ${{ secrets.ASOC_KEY }} - asoc-secret: ${{ secrets.ASOC_SECRET }}