mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
13 lines
361 B
YAML
13 lines
361 B
YAML
name: "Install Build Wrapper for C and C++"
|
|
description: >
|
|
Download and install the Build Wrapper for C, C++, and Objective-C
|
|
projects analyzed with manual config.
|
|
branding:
|
|
icon: check
|
|
color: green
|
|
outputs:
|
|
build-wrapper-binary:
|
|
description: "Absolute path to Build Wrapper binary."
|
|
runs:
|
|
using: node20
|
|
main: ../dist/install-build-wrapper.js
|