Skip to content

build(deps): Bump github/codeql-action from 4.32.6 to 4.33.0 #809

build(deps): Bump github/codeql-action from 4.32.6 to 4.33.0

build(deps): Bump github/codeql-action from 4.32.6 to 4.33.0 #809

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@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: 'stable'
- name: Build
run: go build -v .
- name: Test
run: go test -v .