Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dev-mvn-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven-release-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Loading