Skip to content

Bump github/codeql-action from 3.26.7 to 3.26.8 (#1275) #8

Bump github/codeql-action from 3.26.7 to 3.26.8 (#1275)

Bump github/codeql-action from 3.26.7 to 3.26.8 (#1275) #8

Workflow file for this run

name: Prober Unit Test
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'cmd/prober/**'
permissions:
contents: read
jobs:
prober-test:
name: 'Prober test'
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22'
check-latest: true
- name: Prober test
id: prober-test
run: go run ./cmd/prober --one-time --write-prober --logStyle dev