diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 5f2fadf..fbd78d1 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -4,7 +4,12 @@ on: branches: - main pull_request: - types: [opened, edited, synchronize, reopened] + types: + - opened + - edited + - synchronize + - reopened + - ready_for_review branches: - main @@ -14,13 +19,11 @@ jobs: steps: - name: Check Out Source Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: CI Standard Checks - uses: Typeform/ci-standard-checks@v1-beta + uses: Typeform/ci-standard-checks@v1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} - dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }} - dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}