Skip to content

chore: pin GitHub Actions to commit SHA #21

chore: pin GitHub Actions to commit SHA

chore: pin GitHub Actions to commit SHA #21

Workflow file for this run

name: "oci: test"
on:
pull_request:
paths:
- "**"
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run tests
run: go test -race -count=1 ./...