mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-01-27 15:13:16 +03:00
SQSCANGHA-126 Update SonarScanner CLI to 8.0.1.6346 (#218)
This commit is contained in:
committed by
GitHub
parent
40f5b61913
commit
a31c9398be
5
.github/workflows/qa-deprecated-c-cpp.yml
vendored
5
.github/workflows/qa-deprecated-c-cpp.yml
vendored
@@ -11,13 +11,16 @@ jobs:
|
||||
output-test:
|
||||
name: Action outputs
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
|
||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
|
||||
cache: [true, false]
|
||||
include:
|
||||
- arch: X64
|
||||
- os: macos-latest
|
||||
arch: ARM64
|
||||
- os: macos-14
|
||||
arch: ARM64
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
||||
|
||||
@@ -11,13 +11,16 @@ jobs:
|
||||
output-test:
|
||||
name: Action outputs
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
|
||||
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
|
||||
cache: [true, false]
|
||||
include:
|
||||
- arch: X64
|
||||
- os: macos-latest
|
||||
arch: ARM64
|
||||
- os: macos-14
|
||||
arch: ARM64
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
# Specifying a specific architecture of the runner is not possible for Github hosted runners
|
||||
|
||||
Reference in New Issue
Block a user