Skip to content

Bump github/codeql-action from 4.30.8 to 4.35.2 #15

Bump github/codeql-action from 4.30.8 to 4.35.2

Bump github/codeql-action from 4.30.8 to 4.35.2 #15

Workflow file for this run

name: Analyze GitHub Actions security
on:
pull_request:
paths:
- '.github/**'
permissions: {}
jobs:
check-actions:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.mod
- name: Run Linters
run: make gha.lint