From 54d90ac90ef0cda36f0b07c84b9e0a858e611e24 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 9 Jun 2023 04:55:37 -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 134d872..2290c14 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)