Skip to content

Disable JSCPD linter and remove configuration file

4524124
Select commit
Loading
Failed to load commit list.
Closed

🩹[Patch]: Disable JSCPD linter and restructure action paths #80

Disable JSCPD linter and remove configuration file
4524124
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 25, 2026 in 4s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 102 in 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 103 in 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 105 in 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 108 in 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.