diff --git a/.github/workflows/dev-mvn-docker-build.yaml b/.github/workflows/dev-mvn-docker-build.yaml index df1f831..df8c9d6 100644 --- a/.github/workflows/dev-mvn-docker-build.yaml +++ b/.github/workflows/dev-mvn-docker-build.yaml @@ -55,12 +55,12 @@ jobs: - name: Metadata id: metadata - uses: netcracker/qubership-workflow-hub/actions/metadata-action@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: default-template: '{{ref-name}}-{{timestamp}}' - name: Build and Publish Docker Image For Environments - uses: netcracker/qubership-workflow-hub/actions/docker-action@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/docker-action@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: ref: ${{ github.ref }} dry-run: false @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build and Publish Docker Image For Transfer - uses: netcracker/qubership-workflow-hub/actions/docker-action@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/docker-action@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: ref: ${{ github.ref }} dry-run: false diff --git a/.github/workflows/maven-release-v2.yaml b/.github/workflows/maven-release-v2.yaml index 68b0f8e..ff8dcd8 100644 --- a/.github/workflows/maven-release-v2.yaml +++ b/.github/workflows/maven-release-v2.yaml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build and Publish current SNAPSHOT (dry run)" - uses: netcracker/qubership-workflow-hub/actions/maven-release@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/maven-release@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: java-version: "8" version-type: ${{ github.event.inputs.version-type }} @@ -96,7 +96,7 @@ jobs: - name: "Build and Publish" id: build-and-publish - uses: netcracker/qubership-workflow-hub/actions/maven-release@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/maven-release@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: java-version: "8" version-type: ${{ github.event.inputs.version-type }} @@ -168,7 +168,7 @@ jobs: steps: - name: "Docker Build" id: docker_build - uses: netcracker/qubership-workflow-hub/actions/docker-action@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/actions/docker-action@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 with: ref: v${{ needs.deploy.outputs.release-version }} download-artifact: true diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 22f3dce..2a60b7e 100644 --- a/.github/workflows/pr-assigner.yml +++ b/.github/workflows/pr-assigner.yml @@ -26,6 +26,6 @@ jobs: with: persist-credentials: false - - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 08d3218..d3f7302 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -60,7 +60,7 @@ jobs: steps: - name: List GHCR packages for this repo id: ghcr - uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@9538833017019ab6bbc2138d3034778dfe3a5d1f #v2.0.6 env: GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}