Skip to content

build(deps): bump github/codeql-action from 3.29.7 to 3.30.0 in /.github/workflows #1029

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

build(deps): bump github/codeql-action from 3.29.7 to 3.30.0 in /.github/workflows #1029

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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build docker container
run: docker image build --no-cache --progress=plain .