Skip to content

Bump actions/checkout from 5.0.0 to 6.0.2 #16

Bump actions/checkout from 5.0.0 to 6.0.2

Bump actions/checkout from 5.0.0 to 6.0.2 #16

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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