Skip to content

feat: add Sapling (sl) VCS backend support #37

feat: add Sapling (sl) VCS backend support

feat: add Sapling (sl) VCS backend support #37

Workflow file for this run

name: Pinact
on:
pull_request:
paths:
- ".github/workflows/**/*.yaml"
- ".github/workflows/**/*.yml"
- ".github/actions/**/*.yaml"
- ".github/actions/**/*.yml"
permissions: {}
concurrency:
group: pinact-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pinact:
name: Verify Action Pins
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run pinact
uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
with:
skip_push: true
verify: true