Skip to content

Dependency(deps): Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 #1447

Dependency(deps): Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2

Dependency(deps): Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 #1447

Workflow file for this run

name: Sonar Cloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ardoco/actions/.github/workflows/sonarcloud.yml@main
with:
with-submodules: true
runs-on: ubuntu-latest
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}