Skip to content

chore(deps): bump the github-actions group with 3 updates #68

chore(deps): bump the github-actions group with 3 updates

chore(deps): bump the github-actions group with 3 updates #68

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run pinact
uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0
with:
skip_push: true
verify: true