Skip to content

Add OSSA-2026-038 security advisory for Glance #1303

Add OSSA-2026-038 security advisory for Glance

Add OSSA-2026-038 security advisory for Glance #1303

Workflow file for this run

name: Build
on:
pull_request:
permissions: read-all
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build