From 5036cce9ee79a4db301b29111031576e06e8ab32 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 5 Jun 2024 12:49:21 +0200 Subject: [PATCH] Delete .github/workflows/org.yml --- .github/workflows/org.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/org.yml diff --git a/.github/workflows/org.yml b/.github/workflows/org.yml deleted file mode 100644 index bb429967..00000000 --- a/.github/workflows/org.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: security -on: - workflow_dispatch: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] - branches: [main, master, staging, development, devel, dev] - merge_group: -permissions: - contents: read - issues: write - pull-requests: write -jobs: - security: - name: security - runs-on: ubuntu-latest - strategy: - fail-fast: false - steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - with: - fetch-depth: 0 - - uses: brave/security-action@main - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} - gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}