Skip to content

Pin GitHub Actions to commit SHAs for supply chain security #1

Pin GitHub Actions to commit SHAs for supply chain security

Pin GitHub Actions to commit SHAs for supply chain security #1

Workflow file for this run

name: Pinact
on:
pull_request:
paths:
- '.github/workflows/**'
- 'action.yml'
- 'action.yaml'
permissions:
contents: read
jobs:
pinact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
with:
app_id: ${{ vars.BOT_APP_ID }}
app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}