diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e53c8d7..6a41fd5fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: token: SONAR_ORACLE_API steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-test-and-analyse-java@v0.1.0 + - uses: bcgov-nr/action-test-and-analyse-java@v0.2.0 with: commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests dir: ${{ matrix.dir }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 3861838bd..efd4e8582 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write steps: - name: PR Greeting - uses: bcgov-nr/action-pr-description-add@v1.0.1 + uses: bcgov-nr/action-pr-description-add@v1.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_markdown: | @@ -75,7 +75,7 @@ jobs: triggers: ('oracle-api/') steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-builder-ghcr@v1.1.2 + - uses: bcgov-nr/action-builder-ghcr@v1.3.0 with: package: ${{ matrix.package }} tag: ${{ github.event.number }}