Skip to content

fix: correct Dependency-Check data path - #61

Merged
mmilk23 merged 1 commit into
developmentfrom
fix/dependency-check-runner-context
Aug 14, 2026
Merged

fix: correct Dependency-Check data path#61
mmilk23 merged 1 commit into
developmentfrom
fix/dependency-check-runner-context

Conversation

@mmilk23

@mmilk23 mmilk23 commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Fixes the invalid GitHub Actions expression introduced in the Dependency-Check workflow. runner.temp is not available in a job-level env expression, so the persistent Dependency-Check data directory now uses ${{ github.workspace }}/.dependency-check-data, which is valid in this context and remains suitable for actions/cache.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@mmilk23
mmilk23 merged commit 09cad62 into development Aug 14, 2026
9 of 10 checks passed
@mmilk23
mmilk23 deleted the fix/dependency-check-runner-context branch August 14, 2026 20:23
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.

2 participants