Skip to content

build(deps): bump github/codeql-action from 3.27.5 to 3.28.8 in /.github/workflows #781

build(deps): bump github/codeql-action from 3.27.5 to 3.28.8 in /.github/workflows

build(deps): bump github/codeql-action from 3.27.5 to 3.28.8 in /.github/workflows #781

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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
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 .