mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 19:30:49 +00:00
7 lines
218 B
YAML
7 lines
218 B
YAML
name: Verify that the best-effort debug artifact scan completed
|
|
description: Verifies that the best-effort debug artifact scan completed successfully during tests
|
|
runs:
|
|
using: node24
|
|
main: index.js
|
|
post: post.js
|