Skip to content

Bump node-forge from 1.3.1 to 1.3.3 in /website #95

Bump node-forge from 1.3.1 to 1.3.3 in /website

Bump node-forge from 1.3.1 to 1.3.3 in /website #95

Workflow file for this run

name: SonarCloud
on:
push:
branches: [ dev, main ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
sonarqube:
# To skip running this on PRs from forks as it will not provide token for such PRs and they will fail.
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6.0.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: "https://sonarcloud.io"