Skip to content

⬆️ Bump astro from 6.1.4 to 6.1.6 #29

⬆️ Bump astro from 6.1.4 to 6.1.6

⬆️ Bump astro from 6.1.4 to 6.1.6 #29

Workflow file for this run

# This source file is part of the Stanford HeartStrong open-source project
#
# SPDX-FileCopyrightText: 2026 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
name: CodeQL
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * 1"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
security-events: write
packages: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4