Skip to content

Bump dev.zio:zio_3 from 2.1.21 to 2.1.22 (#398) #248

Bump dev.zio:zio_3 from 2.1.21 to 2.1.22 (#398)

Bump dev.zio:zio_3 from 2.1.21 to 2.1.22 (#398) #248

Workflow file for this run

name: SonarCloud Scan
on:
push:
branches:
- "main"
paths-ignore:
- ".gitignore"
- "LICENSE"
- "*.md"
- "*.adoc"
- "*.txt"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: "21"
cache: "maven"
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Scan data with SonarCloud
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=carlosedp_scala3-quarkus-quickstart