Skip to content

Bump github/codeql-action from 3.29.9 to 4.31.10 #834

Bump github/codeql-action from 3.29.9 to 4.31.10

Bump github/codeql-action from 3.29.9 to 4.31.10 #834

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
name: Documentation check
env:
GOBIN: /tmp/.bin
steps:
- name: Checkout code into the Go module directory.
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@8e57b58e57be52ac95949151e2777ffda8501267 # v5.0.2
with:
go-version: 1.21.x
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- name: Check docs
run: make check-docs