From afa963f1bfe956103e6c1e71876b3881e5b4fdc3 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Tue, 5 Nov 2024 10:46:59 +0530 Subject: [PATCH] Changed pull_request_target to pull_request --- .github/workflows/semgrep.yml | 2 +- .github/workflows/snyk.yml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d3e42c5e..42562e17 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,7 +1,7 @@ name: semgrep on: - pull_request_target: + pull_request: merge_group: push: diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 0ebacbec..29e6b3a0 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -3,7 +3,7 @@ name: Snyk on: merge_group: workflow_dispatch: - pull_request_target: + pull_request: types: - opened - synchronize @@ -21,16 +21,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: - authorize: - name: Authorize - environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }} - runs-on: ubuntu-latest - steps: - - run: true - check: - needs: authorize - name: Check for Vulnerabilities runs-on: ubuntu-latest