Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Ensure no redirect to HTTP happens #230

Ensure no redirect to HTTP happens

Ensure no redirect to HTTP happens #230

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
uses: swissgrc/.github/.github/workflows/sonarcloud.yml@main
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}