Skip to content

Bump github/codeql-action from 4.31.9 to 4.31.10 in /.github/workflows #1847

Bump github/codeql-action from 4.31.9 to 4.31.10 in /.github/workflows

Bump github/codeql-action from 4.31.9 to 4.31.10 in /.github/workflows #1847

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.25'
- name: make
run: make run-unit-tests