Skip to content

build(deps): bump js-yaml from 3.14.1 to 4.1.1 in /examples/emberjs in the npm_and_yarn group across 1 directory #635

build(deps): bump js-yaml from 3.14.1 to 4.1.1 in /examples/emberjs in the npm_and_yarn group across 1 directory

build(deps): bump js-yaml from 3.14.1 to 4.1.1 in /examples/emberjs in the npm_and_yarn group across 1 directory #635

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}