-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed redundant job, added fetch-depth:0
- Loading branch information
1 parent
4c3bd80
commit 08cd2b6
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Check for ignored paths | ||
id: check | ||
|
@@ -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" |