From 037578b0922f825731bcad714c2680210dddad81 Mon Sep 17 00:00:00 2001 From: Javier Tinoco <213990346+javiert-okta@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:00:08 -0500 Subject: [PATCH 1/2] update branch name on gh actions workflow --- .github/workflows/preview.yaml | 2 +- .github/workflows/production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 910c4c73..560153e8 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -5,7 +5,7 @@ env: on: push: branches-ignore: - - main + - master - production jobs: Deploy-Preview: diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index bcf0309d..371423c2 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -5,7 +5,7 @@ env: on: push: branches: - - main + - master - production jobs: Deploy-Production: From 2272d8ca92135a3bbc66ed6dad1e8d5eaa8b164f Mon Sep 17 00:00:00 2001 From: Javier Tinoco <213990346+javiert-okta@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:06:25 -0500 Subject: [PATCH 2/2] fix label --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 4489448b..cf1dbb7b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -8,7 +8,7 @@ jobs: semgrep: name: Scan runs-on: - labels: ubuntu-22.04-2cpu-8ram-75ssd + labels: ubuntu-latest container: image: returntocorp/semgrep if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')