Skip to content

Bump actions/attest-build-provenance in the minor-patch group (#114) #337

Bump actions/attest-build-provenance in the minor-patch group (#114)

Bump actions/attest-build-provenance in the minor-patch group (#114) #337

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request: {}
permissions: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: go.mod
- name: Build
run: |
make build
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: go.mod
- name: Test
run: |
make test