Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 in /frontend in the npm_and_yarn group across 1 directory #336

build(deps): bump braces from 3.0.2 to 3.0.3 in /frontend in the npm_and_yarn group across 1 directory

build(deps): bump braces from 3.0.2 to 3.0.3 in /frontend in the npm_and_yarn group across 1 directory #336

Workflow file for this run

name: Check build of docker container
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
building:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Build docker container
run: docker image build --no-cache --progress=plain .