Skip to content

build(deps): bump chainguard-dev/actions from 1.6.21 to 1.6.23 #426

build(deps): bump chainguard-dev/actions from 1.6.21 to 1.6.23

build(deps): bump chainguard-dev/actions from 1.6.21 to 1.6.23 #426

Workflow file for this run

name: Build-Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
permissions: {}
jobs:
build-test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: '1.24'
check-latest: true
cache: true
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...