From 96212071b8b4a2be8977e33c96cb7603cf0912d2 Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Tue, 9 Jul 2024 11:33:21 -0400 Subject: [PATCH] Retract changes not worth investigating at this time --- .github/workflows/deploy_qa.yml | 6 ------ .github/workflows/deploy_release.yml | 5 ----- .pre-commit-config.yaml | 22 ---------------------- 3 files changed, 33 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml index 40519d54f8..d077971371 100644 --- a/.github/workflows/deploy_qa.yml +++ b/.github/workflows/deploy_qa.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - stepsecurity_remediation_1720535992 permissions: contents: read @@ -98,11 +97,6 @@ jobs: if: ${{ github.ref_name == 'master' }} runs-on: [self-hosted, thecombine] steps: - - name: Harden Runner - uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 - with: - egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Deploy The Combine Update uses: ./.github/actions/combine-deploy-update diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 527c18d793..63270ea76d 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -66,11 +66,6 @@ jobs: needs: build runs-on: [self-hosted, thecombine] steps: - - name: Harden Runner - uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 - with: - egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 66d4c9be50..0000000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,22 +0,0 @@ -repos: -- repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 - hooks: - - id: gitleaks -- repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 - hooks: - - id: shellcheck -- repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.38.0 - hooks: - - id: eslint -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace -- repo: https://github.com/pylint-dev/pylint - rev: v2.17.2 - hooks: - - id: pylint