Skip to content

Bump anchore/sbom-action from 0.17.1 to 0.17.2 #71

Bump anchore/sbom-action from 0.17.1 to 0.17.2

Bump anchore/sbom-action from 0.17.1 to 0.17.2 #71

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
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