Skip to content

chore: bump livenessprobe to v2.15.0 and node-driver-registrar to v2.13.0 #1067

chore: bump livenessprobe to v2.15.0 and node-driver-registrar to v2.13.0

chore: bump livenessprobe to v2.15.0 and node-driver-registrar to v2.13.0 #1067

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: "^1.20"
- name: Run tests
run: make go-test
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
with:
files: ./cover.out