Skip to content

Pin GitHub Actions to specific SHAs #1

Pin GitHub Actions to specific SHAs

Pin GitHub Actions to specific SHAs #1

name: Check actions have their versions pinned
on:
push:
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
jobs:
pinact:
uses: fac/shared-workflows/.github/workflows/check_pinned_actions.yml@main

Check failure on line 11 in .github/workflows/check-pinned-actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-pinned-actions.yml

Invalid workflow file

error parsing called workflow ".github/workflows/check-pinned-actions.yml" -> "fac/shared-workflows/.github/workflows/check_pinned_actions.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.