Skip to content

Commit

Permalink
Remove no longer required steps
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Apr 10, 2024
1 parent 5460025 commit 4ec7a4a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions codeql-analysis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,9 @@ inputs:
runs:
using: composite
steps:
- name: Validate Monorepo Access
if: inputs.config != ''
uses: department-of-veterans-affairs/codeql-tools/validate-monorepo-access@main
with:
allowlist_credentials: ${{ inputs.allowlist_credentials }}
allowlist_path: 'csgp-monorepo-allowlist.yml'
allowlist_repo: '.github-internal'
org: ${{ github.event.organization.login }}
repo: ${{ github.event.repository.name }}

- name: Checkout repository
uses: actions/checkout@v4

- name: Validate emass.json
uses: department-of-veterans-affairs/codeql-tools/validate-emass-json@main

- name: Initialize CodeQL
id: init
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 4ec7a4a

Please sign in to comment.