Skip to content

chore: bump sig-storage/csi-node-driver-registrar from 2.2.0 to v2.9.1 in /.local #268

chore: bump sig-storage/csi-node-driver-registrar from 2.2.0 to v2.9.1 in /.local

chore: bump sig-storage/csi-node-driver-registrar from 2.2.0 to v2.9.1 in /.local #268

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@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
with:
egress-policy: audit
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "^1.20"
- name: Run tests
run: make go-test
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: ./cover.out