diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index cf4400f9..6afb6d13 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -21,14 +21,14 @@ jobs: with: BASEBRANCH_NAME: master - name: Check skip CI - uses: pllim/action-skip-ci@main + uses: OpenAstronomy/action-skip-ci@main id: skip_ci_step with: NO_FAIL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This should only run if we did not skip CI - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@ce17749 + uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73 if: steps.skip_ci_step.outputs.run_next == 'true' with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ccef9fd5..35cc9659 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,14 +26,14 @@ jobs: run_next: ${{ steps.skip_ci_step.outputs.run_next }} steps: - name: Check skip CI - uses: pllim/action-skip-ci@main + uses: OpenAstronomy/action-skip-ci@main id: skip_ci_step with: NO_FAIL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This should only run if we did not skip CI - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@ce17749 + uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73 if: steps.skip_ci_step.outputs.run_next == 'true' with: access_token: ${{ secrets.GITHUB_TOKEN }}