diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index b3ee203e6..1e823233c 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -40,13 +40,13 @@ jobs: steps: # Check triggers (omitted or matched) - name: Check core triggers - uses: bcgov-nr/action-diff-triggers@v0.2.0 + uses: bcgov/action-diff-triggers@v0.2.0 id: check_core with: triggers: ('backend/' 'common/' 'database/' 'frontend/' 'oracle-api/') - name: Check sync triggers - uses: bcgov-nr/action-diff-triggers@v0.2.0 + uses: bcgov/action-diff-triggers@v0.2.0 id: check_sync with: triggers: ('common/' 'sync/') @@ -70,7 +70,7 @@ jobs: - name: OpenShift Init if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true' - uses: bcgov-nr/action-deployer-openshift@v3.0.1 + uses: bcgov/action-deployer-openshift@v3.0.1 with: oc_namespace: ${{ vars.OC_NAMESPACE }} oc_server: ${{ vars.OC_SERVER }} @@ -92,7 +92,7 @@ jobs: - name: Database if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true' - uses: bcgov-nr/action-deployer-openshift@v3.0.1 + uses: bcgov/action-deployer-openshift@v3.0.1 with: oc_namespace: ${{ vars.OC_NAMESPACE }} oc_server: ${{ vars.OC_SERVER }} @@ -140,7 +140,7 @@ jobs: verification_path: "actuator/health" steps: - - uses: bcgov-nr/action-deployer-openshift@v3.0.1 + - uses: bcgov/action-deployer-openshift@v3.0.1 id: deploys with: file: ${{ matrix.file }} @@ -167,7 +167,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Deploy (sync) - uses: bcgov-nr/action-deployer-openshift@v3.0.1 + uses: bcgov/action-deployer-openshift@v3.0.1 with: file: sync/openshift.deploy.yml oc_namespace: ${{ vars.OC_NAMESPACE }} diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 50f2129da..a02be2ab7 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-24.04 steps: # Check triggers (omitted or matched) - - uses: bcgov-nr/action-diff-triggers@v0.2.0 + - uses: bcgov/action-diff-triggers@v0.2.0 id: triggers with: triggers: ${{ inputs.triggers }} @@ -44,7 +44,7 @@ jobs: - name: Run Cypress CI if: steps.triggers.outputs.triggered == 'true' - uses: bcgov-nr/action-test-and-analyse@v1.2.1 + uses: bcgov/action-test-and-analyse@v1.2.1 with: node_version: "18" commands: | diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index e3625a826..897e092f5 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -18,7 +18,7 @@ jobs: name: Typescript lint runs-on: ubuntu-24.04 steps: - - uses: bcgov-nr/action-test-and-analyse@v1.2.1 + - uses: bcgov/action-test-and-analyse@v1.2.1 with: commands: | npm ci @@ -39,7 +39,7 @@ jobs: - dir: oracle-api token: SONAR_ORACLE_API steps: - - uses: bcgov-nr/action-test-and-analyse-java@v1.0.2 + - uses: bcgov/action-test-and-analyse-java@v1.0.2 with: commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests dir: ${{ matrix.dir }} diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index f493a3a8a..7d2e8d336 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -23,7 +23,7 @@ jobs: steps: # Get PR number for squash merges to main - id: pr - uses: bcgov-nr/action-get-pr@v0.0.1 + uses: bcgov/action-get-pr@v0.0.1 deploys-test: name: TEST Deploys (${{ needs.init.outputs.pr }}) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index ab6f3758d..7999a2eb2 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -20,7 +20,7 @@ jobs: matrix: package: [backend, frontend, oracle-api, sync] steps: - - uses: bcgov-nr/action-builder-ghcr@v2.3.0 + - uses: bcgov/action-builder-ghcr@v2.3.0 id: build with: build_args: |