diff --git a/.github/workflows/.dbdeployer.yml b/.github/workflows/.dbdeployer.yml index 7517562e3..db709e91d 100644 --- a/.github/workflows/.dbdeployer.yml +++ b/.github/workflows/.dbdeployer.yml @@ -88,7 +88,7 @@ jobs: uses: redhat-actions/openshift-tools-installer@v1 with: oc: "4.14.37" - - uses: bcgov-nr/action-diff-triggers@v0.2.0 + - uses: bcgov/action-diff-triggers@v0.2.0 id: triggers with: triggers: ${{ inputs.triggers }} diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 3c634a375..70dd7d1c0 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -40,7 +40,7 @@ jobs: - dir: frontend token: SONAR_TOKEN_FRONTEND steps: - - uses: bcgov-nr/action-test-and-analyse@v1.2.1 + - uses: bcgov/action-test-and-analyse@v1.2.1 with: commands: | npm ci diff --git a/.github/workflows/merge-hotfix.yml b/.github/workflows/merge-hotfix.yml index 81e24bff9..de3618cc5 100644 --- a/.github/workflows/merge-hotfix.yml +++ b/.github/workflows/merge-hotfix.yml @@ -32,7 +32,7 @@ jobs: # Get PR number for squash merges to main - name: PR Number id: pr - uses: bcgov-nr/action-get-pr@v0.0.1 + uses: bcgov/action-get-pr@v0.0.1 # https://github.com/bcgov/quickstart-openshift-helpers deploy-hotfix: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 4ae4a5a87..9d011fb53 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -16,7 +16,7 @@ concurrency: cancel-in-progress: true jobs: - # https://github.com/bcgov-nr/action-builder-ghcr + # https://github.com/bcgov/action-builder-ghcr builds: name: Builds runs-on: ubuntu-22.04 @@ -25,7 +25,7 @@ jobs: package: [backend, frontend, migrations, webeoc] timeout-minutes: 10 steps: - - uses: bcgov-nr/action-builder-ghcr@v2.2.0 + - uses: bcgov/action-builder-ghcr@v2.2.0 with: package: ${{ matrix.package }} tag: ${{ github.event.number }}