Skip to content

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in the pip group across 1 directory #335

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in the pip group across 1 directory

build(deps): bump urllib3 from 1.26.18 to 1.26.19 in the pip group across 1 directory #335

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 .