Skip to content

Update dependency express to v4.19.2 [SECURITY] #1074

Update dependency express to v4.19.2 [SECURITY]

Update dependency express to v4.19.2 [SECURITY] #1074

Workflow file for this run

name: Services
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: 'docker://gcr.io/cloud-builders/bazel'
with:
entrypoint: /bin/bash
args: -c "bazel build //runs/..."
- uses: 'docker://gcr.io/cloud-builders/bazel'
with:
entrypoint: /bin/bash
args: -c "bazel test --test_output=errors //runs/..."