Skip to content

feat(untrusted_checkout_exec): account for actions/checkout allow-unsafe-pr-checkout #413

feat(untrusted_checkout_exec): account for actions/checkout allow-unsafe-pr-checkout

feat(untrusted_checkout_exec): account for actions/checkout allow-unsafe-pr-checkout #413

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # 6.4.0
with:
go-version: '1.26'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.11.4
only-new-issues: true
args: --timeout=5m