Skip to content

Bump docker/build-push-action from 5.1.0 to 6.4.0 #611

Bump docker/build-push-action from 5.1.0 to 6.4.0

Bump docker/build-push-action from 5.1.0 to 6.4.0 #611

Workflow file for this run

name: coverity-linux
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
permissions:
contents: read
jobs:
build:
runs-on: ci-kw-linux
if: ${{ github.repository != 'intel/pcm' }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
submodules: recursive
- name: coverity-linux
run: |
mkdir build
cd build
cmake ..
ci-cov-linux.sh