Created
July 18, 2025 16:16
-
-
Save DariuszPorowski/789215627eb8859d1fb3a8689e2112cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| gh run list --workflow="CodeQL" --limit 100 --json databaseId --jq ".[].databaseId" | ForEach-Object { gh run delete $_ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment