Add GCC 11 tooling to CentOS 7 builders. #289
review.yml
on: pull_request
Prepare Review Jobs
2s
Annotations
6 warnings
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
shellcheck:
package-builders/entrypoint.sh#L4
[shellcheck] reported by reviewdog 🐶
Not following: /opt/rh/devtoolset-11/enable: openBinaryFile: does not exist (No such file or directory)
Raw Output:
./package-builders/entrypoint.sh:4:7: info: Not following: /opt/rh/devtoolset-11/enable: openBinaryFile: does not exist (No such file or directory) (ShellCheck.SC1091)
|
shellcheck:
package-builders/entrypoint.sh#L12
[shellcheck] reported by reviewdog 🐶
SENTRY_DSN appears unused. Verify use (or export if used externally).
Raw Output:
./package-builders/entrypoint.sh:12:5: warning: SENTRY_DSN appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|