Skip to content

Pin GitHub Actions to full-length commit SHAs #730

Pin GitHub Actions to full-length commit SHAs

Pin GitHub Actions to full-length commit SHAs #730

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
- uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
with:
python-version: "3.11"
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1