Skip to content

Bump github/codeql-action from 3 to 4 #151

Bump github/codeql-action from 3 to 4

Bump github/codeql-action from 3 to 4 #151

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '~1.25.1'
- name: Checkout code
uses: actions/checkout@v5
- name: Run tests
run: |
make test
- name: Build in Docker
run: |
make hookbot