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

chore(main): release 0.3.1 #154

chore(main): release 0.3.1

chore(main): release 0.3.1 #154

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: reviewdog/action-golangci-lint@f9bba13753278f6a73b27a56a3ffb1bfda90ed71 # v2.8.0
with:
filter_mode: nofilter
fail_level: any
workdir: ./${{matrix.modules}}