Skip to content

Bump actions/attest-build-provenance from 1.3.2 to 1.3.3 #62

Bump actions/attest-build-provenance from 1.3.2 to 1.3.3

Bump actions/attest-build-provenance from 1.3.2 to 1.3.3 #62

Workflow file for this run

name: deepwalk CI
on:
pull_request:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
objects.githubusercontent.com:443
proxy.golang.org:443
storage.googleapis.com:443
sum.golang.org:443
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version-file: '.go-version'
- name: go mod tidy
run:
make tidy
- name: Run tests
run:
make test
- name: Run benchmarks
run:
make bench