Skip to content

fix(checks): Pin action version to SHA #7

fix(checks): Pin action version to SHA

fix(checks): Pin action version to SHA #7

name: Checks
on:
pull_request:
types: [opened, edited, synchronize]
branches: [main]
# Disable permissions for all available scopes
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
enforce-all-checks:
permissions:
checks: read
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: GitHub Checks
uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}