Skip to content

build(deps): bump github/codeql-action from 3.26.10 to 3.27.0 in /.gi… #680

build(deps): bump github/codeql-action from 3.26.10 to 3.27.0 in /.gi…

build(deps): bump github/codeql-action from 3.26.10 to 3.27.0 in /.gi… #680

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build docker container
run: docker image build --no-cache --progress=plain .