Skip to content

chore: upgrade esbuild to ^0.28.1 to address GHSA-g7r4-m6w7-qqqr #2687

chore: upgrade esbuild to ^0.28.1 to address GHSA-g7r4-m6w7-qqqr

chore: upgrade esbuild to ^0.28.1 to address GHSA-g7r4-m6w7-qqqr #2687

Workflow file for this run

name: PR Gate
# This gate simply validates that we can build the docker container.
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: "true"
- name: Build Docker image
id: build
uses: docker/build-push-action@v7
with:
context: .