Skip to content

build(deps): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory #279

build(deps): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory

build(deps): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory #279

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.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 .