Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v23.6.0 #4360

Merged
merged 23 commits into from
Oct 29, 2023

Merge branch 'master' into release/v23.6.0

78752dd
Select commit
Loading
Failed to load commit list.
Merged

Release v23.6.0 #4360

Merge branch 'master' into release/v23.6.0
78752dd
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 29, 2023 in 0s

3 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 19 in .github/workflows/serverlist-validate-game-icons.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/serverlist-validate-game-icons.sh#L19

Iterating over ls output is fragile. Use globs.

Check notice on line 31 in .github/workflows/serverlist-validate-game-icons.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/serverlist-validate-game-icons.sh#L31

Use find instead of ls to better handle non-alphanumeric filenames.

Check warning on line 40 in .github/workflows/serverlist-validate-game-icons.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/serverlist-validate-game-icons.sh#L40

Double quote to prevent globbing and word splitting.