Skip to content

chore(studio-deps-dev)(deps-dev): bump @types/node in /studio #3397

chore(studio-deps-dev)(deps-dev): bump @types/node in /studio

chore(studio-deps-dev)(deps-dev): bump @types/node in /studio #3397

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: Meterian Scanner workflow
on: push
jobs:
meterian_scan:
name: Meterian client scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Meterian Scanner
uses: MeterianHQ/meterian-github-action@6849965b713613691cd357967671da061d968f83 # v1.0.17
with:
cli_args: "--report-sarif=report.sarif"
oss: true
- uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
if: success() || failure()
with:
sarif_file: report.sarif