Skip to content

🩹 [Patch]: Actions are internalized and automatically follow the workflow version#385

Merged
Marius Storhaug (MariusStorhaug) merged 8 commits into
mainfrom
feat/internalize-process-actions
Jul 16, 2026
Merged

🩹 [Patch]: Actions are internalized and automatically follow the workflow version#385
Marius Storhaug (MariusStorhaug) merged 8 commits into
mainfrom
feat/internalize-process-actions

fix: correct environment variable name for GitHub Actions validation

42cf15d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 16, 2026 in 4s

No new alerts in code changed by this pull request

Annotations

Check warning on line 45 in .github/actions/Build-PSModule/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 32 in .github/actions/Document-PSModule/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 15 in .github/actions/Install-PSModuleHelpers/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 73 in .github/actions/Publish-PSModule/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 84 in .github/actions/Publish-PSModule/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 76 in .github/actions/Resolve-PSModuleVersion/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.

Check warning on line 281 in .github/actions/Test-PSModule/action.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.action_path }
, which may be controlled by an external user.