Skip to content

chore: Add sub-actions for configurable debug artifact upload#88

Merged
rsenden merged 8 commits intomainfrom
feat/configurable-debug-upload
Apr 22, 2026
Merged

chore: Add sub-actions for configurable debug artifact upload#88
rsenden merged 8 commits intomainfrom
feat/configurable-debug-upload

Conversation

@rsenden
Copy link
Copy Markdown
Contributor

@rsenden rsenden commented Apr 22, 2026

feat: Add `fortify/github-action/with-github-artifacts` sub-action to upload CI workflow debug artifacts to github.com artifact storage (same as top-level `fortify/github-action`)

feat: Add `fortify/github-action/with-ghes-artifacts` sub-action to upload CI workflow debug artifacts to GitHub Enterprise Server artifact storage

feat: Add `fortify/github-action/without-artifacts` sub-action that doesn't upload CI workflow debug artifacts, allowing users to upload debug artifacts to a custom storage provider

rsenden added 8 commits March 21, 2026 12:24
feat: The top-level `fortify/github-action` no longer uploads debug artifacts; this is now handled through the `with-debug-upload-*.yml` sub-actions. This allows for supporting artifact upload on both GHES and github.com, and for users to utilize alternative upload steps with different storage providers.

feat: Add `fortify/github-action/with-debug-upload-ghes` sub-action that runs the top-level action for performing the AST scan, followed by uploading debug artifacts (if debugging enabled) to GHES using `actions/upload-artifact@v3`

feat: Add `fortify/github-action/with-debug-upload-github` sub-action that runs the top-level action for performing the AST scan, followed by uploading debug artifacts (if debugging enabled) to github.com using `actions/upload-artifact@v7`
@rsenden rsenden merged commit 15c59a7 into main Apr 22, 2026
2 checks passed
@rsenden rsenden deleted the feat/configurable-debug-upload branch April 22, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant