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

fix: divine grenade spell #1927

Merged
merged 4 commits into from
Nov 28, 2023

Merge branch 'main' into dudantas/fix-divine-grenade

652ba20
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: divine grenade spell #1927

Merge branch 'main' into dudantas/fix-divine-grenade
652ba20
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint succeeded Nov 28, 2023 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

.github/workflows/analysis-sonarcloud.yml|40 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-sonarcloud.yml|62 col 9| shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/analysis-sonarcloud.yml|86 col 217| "github.event.pull_request.head.ref" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details [expression]
.github/workflows/build-ubuntu.yml|51 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/build-ubuntu.yml|71 col 9| shellcheck reported issue in this script: SC2086:info:3:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-cmake.yml|59 col 9| shellcheck reported issue in this script: SC2281:error:1:1: Don't use $ on the left side of assignments [shellcheck]
.github/workflows/build-windows-cmake.yml|59 col 9| shellcheck reported issue in this script: SC2281:error:2:1: Don't use $ on the left side of assignments [shellcheck]
.github/workflows/build-windows-cmake.yml|59 col 9| shellcheck reported issue in this script: SC2086:info:2:16: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-cmake.yml|59 col 9| shellcheck reported issue in this script: SC2086:info:4:64: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build-windows-solution.yml|58 col 9| shellcheck reported issue in this script: SC2086:info:1:93: Double quote to prevent globbing and word splitting [shellcheck]