mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
Use artifact scanner in debug artifacts PR checks
This commit is contained in:
8
.github/workflows/debug-artifacts-safe.yml
vendored
8
.github/workflows/debug-artifacts-safe.yml
vendored
@@ -67,6 +67,14 @@ jobs:
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
- name: Verify artifact scan ran
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "$CODEQL_ACTION_ARTIFACT_SCAN_FINISHED" != "true" ]]; then
|
||||
echo "Error: Best effort artifact scan did not run"
|
||||
exit 1
|
||||
fi
|
||||
echo "✓ Best effort artifact scan completed successfully"
|
||||
download-and-check-artifacts:
|
||||
name: Download and check debug artifacts
|
||||
if: github.triggering_actor != 'dependabot[bot]'
|
||||
|
||||
Reference in New Issue
Block a user