diff --git a/.github/workflows/dev-mvn-docker-build.yaml b/.github/workflows/dev-mvn-docker-build.yaml index 01c1980..07c9e89 100644 --- a/.github/workflows/dev-mvn-docker-build.yaml +++ b/.github/workflows/dev-mvn-docker-build.yaml @@ -57,7 +57,7 @@ jobs: - name: Maven Docker build id: maven_build - uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: java-version: "21" additional-mvn-args: ${{ env.additional-mvn-args }} @@ -130,13 +130,13 @@ jobs: - name: Metadata id: metadata - uses: netcracker/qubership-workflow-hub/actions/metadata-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: default-template: '{{ref-name}}-{{timestamp}}' - name: Build and Publish Docker Image id: docker_build - uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: ref: ${{ github.ref }} dry-run: false diff --git a/.github/workflows/maven-release-v2.yaml b/.github/workflows/maven-release-v2.yaml index e03bc13..714d8d0 100644 --- a/.github/workflows/maven-release-v2.yaml +++ b/.github/workflows/maven-release-v2.yaml @@ -81,7 +81,7 @@ jobs: postgresql_admin_password: envconf - name: "Build and Publish current SNAPSHOT (dry run)" - uses: netcracker/qubership-workflow-hub/actions/maven-release@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-release@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: java-version: "21" version-type: ${{ github.event.inputs.version-type }} @@ -128,7 +128,7 @@ jobs: - name: "Build and Publish" id: build-and-publish - uses: netcracker/qubership-workflow-hub/actions/maven-release@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-release@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: java-version: "21" version-type: ${{ github.event.inputs.version-type }} @@ -200,7 +200,7 @@ jobs: steps: - name: "Docker Build" id: docker_build - uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 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 9cb57bf..c559a51 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@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 5eaf867..cf29633 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@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 env: GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}