Skip to content

Bump actions/checkout from 6.0.3 to 7.0.0 #37

Bump actions/checkout from 6.0.3 to 7.0.0

Bump actions/checkout from 6.0.3 to 7.0.0 #37

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Run Linters
run: make gha.lint