Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

chore(deps): update actions/checkout action to v6 #159

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #159

Workflow file for this run

---
name: Golanglint
permissions:
contents: read
on:
pull_request:
jobs:
Golanglint:
runs-on: ubuntu-24.04
permissions:
contents: read
statuses: write
strategy:
fail-fast: false
matrix:
modules:
- cmd/github-actions-digest-pinner
- internal/finder
- internal/ghclient
- internal/parser
- internal/updater
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
with:
filter_mode: nofilter
fail_level: any
workdir: ./${{matrix.modules}}