Skip to content

Bump github/codeql-action from 4 to 4.37.3 #642

Bump github/codeql-action from 4 to 4.37.3

Bump github/codeql-action from 4 to 4.37.3 #642

Workflow file for this run

---
on: push
name: Build and test
permissions:
contents: write
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Go
uses: arnested/setup-go@rc
with:
go-version-file: go.mod
- name: Run go test
uses: robherley/go-test-action@v1.1.0
with:
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
- name: Build changelog
run: go tool chglog init
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v7
with:
args: release --snapshot
nilaway:
name: Nilaway
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Go
uses: arnested/setup-go@rc
with:
go-version-file: go.mod
- name: Run nilaway
run: go tool nilaway ./...