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 }}