Skip to content

build(deps): Bump github/codeql-action from 4.32.0 to 4.32.2 #766

build(deps): Bump github/codeql-action from 4.32.0 to 4.32.2

build(deps): Bump github/codeql-action from 4.32.0 to 4.32.2 #766

Workflow file for this run

name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 'stable'
- name: Build
run: go build -v .
- name: Test
run: go test -v .