Skip to content

fix(ci): restore the Scorecard SARIF upload deleted in June (security detection is currently OFF) #274

fix(ci): restore the Scorecard SARIF upload deleted in June (security detection is currently OFF)

fix(ci): restore the Scorecard SARIF upload deleted in June (security detection is currently OFF) #274

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
name: Deno CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
deno:
uses: ./.github/workflows/deno-ci-reusable.yml