Skip to content

build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 in /.git… #32

build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 in /.git…

build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 in /.git… #32

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@1b05615854632b887b69ae1be8cbefe72d3ae423
with:
egress-policy: audit
- uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
- name: Build docker container
run: docker image build --no-cache --progress=plain .