From 9c2b01d5189100194e6db70abd278e693e74492e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:33:53 -0700 Subject: [PATCH] Fix yaml errors causing checks not to be run (#2820) (#2823) (cherry picked from commit eb5c8241ecbf9755a379fa440ee70747d950d8a2) Signed-off-by: Derek Ho Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/integ-tests-with-security.yml | 4 ---- .github/workflows/sql-test-and-build-workflow.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index 569f295ebb..f12e67d5b9 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -31,10 +31,6 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root - # Allow using Node16 actions - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index af188261f5..1dd7176a3d 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -43,10 +43,6 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root - # Allow using Node16 actions - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - steps: - uses: actions/checkout@v3