Skip to content

build(deps): bump cryptography from 46.0.6 to 46.0.7 in the pip group across 1 directory #1317

build(deps): bump cryptography from 46.0.6 to 46.0.7 in the pip group across 1 directory

build(deps): bump cryptography from 46.0.6 to 46.0.7 in the pip group across 1 directory #1317

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@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Build docker container
run: docker image build --no-cache --progress=plain .