Skip to content

build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.git… #734

build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.git…

build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.git… #734

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
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 .