Skip to content

Commit

Permalink
removed redundant job, added fetch-depth:0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTvoHyland committed Jan 16, 2025
1 parent 4c3bd80 commit 08cd2b6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Check for ignored paths
id: check
Expand Down Expand Up @@ -74,12 +76,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1

mark-passed:
needs: check-paths
if: needs.check-paths.outputs.skip_codeql == 'true'
runs-on: ubuntu-latest

steps:
- name: Mark CodeQL as passed
run: echo "CodeQL check passed as changes are in ignored paths"

0 comments on commit 08cd2b6

Please sign in to comment.