Skip to content

Commit 9895736

Browse files
chore(deps): update netcracker/qubership-core-infra action to v1.3.1 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31e55c3 commit 9895736

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/core-bootstrap---go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
steps:
2828
- name: Check for open PR
2929
id: pr
30-
uses: Netcracker/qubership-core-infra/.github/actions/[email protected].0
30+
uses: Netcracker/qubership-core-infra/.github/actions/[email protected].1
3131

3232
docker-build:
3333
needs: [ check-pr ]
3434
if: ${{ !(github.event_name == 'push' && needs.check-pr.outputs.hasOpenPr == 'true') }}
35-
uses: netcracker/qubership-core-infra/.github/workflows/[email protected].0
35+
uses: netcracker/qubership-core-infra/.github/workflows/[email protected].1
3636
with:
3737
dry-run: false
3838
config-filename: "core-bootstrap---docker-dev-config.json"

.github/workflows/cr-synchronizer---go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
steps:
2828
- name: Check for open PR
2929
id: pr
30-
uses: Netcracker/qubership-core-infra/.github/actions/[email protected].0
30+
uses: Netcracker/qubership-core-infra/.github/actions/[email protected].1
3131

3232
docker-build:
3333
needs: [ check-pr ]
3434
if: ${{ !(github.event_name == 'push' && needs.check-pr.outputs.hasOpenPr == 'true') }}
35-
uses: netcracker/qubership-core-infra/.github/workflows/[email protected].0
35+
uses: netcracker/qubership-core-infra/.github/workflows/[email protected].1
3636
with:
3737
dry-run: false
3838
config-filename: "cr-synchronizer---docker-dev-config.json"

.github/workflows/sonar-code-coverage-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Check for open PR
3333
id: pr
34-
uses: Netcracker/qubership-core-infra/.github/actions/check-open-pr@v1.2.1
34+
uses: Netcracker/qubership-core-infra/.github/actions/check-open-pr@v1.3.1
3535

3636
- name: Explain routing decision
3737
if: ${{ github.event_name == 'push' && steps.pr.outputs.hasOpenPr == 'true' }}

0 commit comments

Comments
 (0)