Skip to content

Merge branch 'main' into new-dispatch #4777

Merge branch 'main' into new-dispatch

Merge branch 'main' into new-dispatch #4777

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / actionlint succeeded Oct 16, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

.github/workflows/analysis-sonarcloud.yml|47 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/analysis-sonarcloud.yml|69 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|93 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|49 col 9| shellcheck reported issue in this script: SC2046:warning:1:66: Quote this to prevent word splitting [shellcheck]
.github/workflows/build-ubuntu.yml|69 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|57 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|57 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|57 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|57 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|56 col 9| shellcheck reported issue in this script: SC2086:info:1:93: Double quote to prevent globbing and word splitting [shellcheck]