Skip to content

Commit a3c916a

Browse files
[gha] Bump open-edge-platform/orch-ci from 0.1.53 to 0.1.55 (#192)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59c35b1 commit a3c916a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Update pull requests
37-
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
37+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
3838
with:
3939
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

.github/workflows/post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
security-events: write
2020
id-token: write
21-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
21+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
2222
with:
2323
run_build: true
2424
run_version_check: true

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Setup"
30-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
30+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
3131
with:
3232
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3333
bootstrap_tools: "go,gotools,nodejs"
@@ -61,7 +61,7 @@ jobs:
6161
persist-credentials: false
6262

6363
- name: "Setup"
64-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
64+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
6565
with:
6666
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
6767
bootstrap_tools: "go,gotools"
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: "Setup"
97-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
97+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
9898
with:
9999
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
100100
bootstrap_tools: "go,gotools"

.github/workflows/service-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Bootstrap CI environment
30-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
30+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
3131
with:
3232
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3333

.github/workflows/validate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Bootstrap CI environment
28-
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@e4fa54613527cfaad83ba8b625fd845a4ab8409d # 0.1.53
28+
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@cf81328e4c9526e579181efb1f609af06071889b # 0.1.55
2929
with:
3030
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
3131

0 commit comments

Comments
 (0)