mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
19 lines
397 B
YAML
19 lines
397 B
YAML
name: Pinact
|
|
on:
|
|
pull_request: {}
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
pinact:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
with:
|
|
persist-credentials: false
|
|
|
|
- name: Pin actions
|
|
uses: suzuki-shunsuke/pinact-action@1081f5ad49ac904b7d977784f338145150a32112 # v1.4.0
|