From f847afdf8734e8c99c898f20a25bddaa97dd280d Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 9 Jun 2023 05:04:28 -0500 Subject: [PATCH] Update vuln analysis GHAW to remove on.push hook This hook was previously needed for proper operation of the `Vulnerability / CodeQL` job so that it could compare before/after changes against the base branch. This requirement was removed as part of recent work in the github/codeql-action project. I'm keeping the event type check for jobs already using it for the time being. refs atc0005/todo#60 --- .github/workflows/project-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/project-analysis.yml b/.github/workflows/project-analysis.yml index c27b6ce9..ea5d413d 100644 --- a/.github/workflows/project-analysis.yml +++ b/.github/workflows/project-analysis.yml @@ -8,9 +8,6 @@ name: Project Analysis on: - push: - # branches: [master] - pull_request: # `synchronized` seems to equate to pushing new commits to a linked branch # (whether force-pushed or not)