diff --git a/.github/workflows/ci-cd-pull-request-title.yml b/.github/workflows/ci-cd-pull-request-title.yml index c425427ab3..7a11dda25a 100644 --- a/.github/workflows/ci-cd-pull-request-title.yml +++ b/.github/workflows/ci-cd-pull-request-title.yml @@ -15,7 +15,7 @@ jobs: contents: read pull-requests: read name: Validate PR Title - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 with: diff --git a/.github/workflows/workflow-check-for-changes.yml b/.github/workflows/workflow-check-for-changes.yml index 9c6d3c140d..e833492673 100644 --- a/.github/workflows/workflow-check-for-changes.yml +++ b/.github/workflows/workflow-check-for-changes.yml @@ -56,7 +56,7 @@ jobs: name: Filter permissions: contents: read - runs-on: ubuntu-latest + runs-on: self-hosted outputs: hasInfraChanges: ${{ steps.filter.outputs.azure_any_modified == 'true' || steps.filter.outputs.github_workflows_any_modified == 'true' }} hasBackendChanges: ${{ steps.filter-backend.outputs.backend_any_modified == 'true' || steps.filter.outputs.github_workflows_any_modified == 'true' }} diff --git a/.github/workflows/workflow-generate-git-short-sha.yml b/.github/workflows/workflow-generate-git-short-sha.yml index 81c54d803c..475102af83 100644 --- a/.github/workflows/workflow-generate-git-short-sha.yml +++ b/.github/workflows/workflow-generate-git-short-sha.yml @@ -12,7 +12,7 @@ jobs: name: Generate git short sha permissions: contents: read - runs-on: ubuntu-latest + runs-on: self-hosted outputs: gitShortSha: ${{ steps.set-git-short-sha.outputs.gitShortSha }} steps: diff --git a/.github/workflows/workflow-get-current-version.yml b/.github/workflows/workflow-get-current-version.yml index c697c9194d..e8d343e83f 100644 --- a/.github/workflows/workflow-get-current-version.yml +++ b/.github/workflows/workflow-get-current-version.yml @@ -13,7 +13,7 @@ jobs: name: Filter permissions: contents: read - runs-on: ubuntu-latest + runs-on: self-hosted outputs: version: ${{ steps.set-current-version.outputs.version }} steps: