Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #34

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #34

Workflow file for this run

name: Code Quality Tools
on:
push:
branches:
- '**'
pull_request:
jobs:
code-quality:
uses: ./.github/workflows/code-quality.yml
tests:
uses: ./.github/workflows/tests.yml
needs: [code-quality]
sonar:
uses: ./.github/workflows/sonar.yml
needs: [tests]
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}