Skip to content

Bump step-security/harden-runner from 2.6.1 to 2.8.0 #502

Bump step-security/harden-runner from 2.6.1 to 2.8.0

Bump step-security/harden-runner from 2.6.1 to 2.8.0 #502

Workflow file for this run

name: coverity-python
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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
submodules: recursive
- name: coverity-python
run: |
ci-cov-python.sh