Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
persist-credentials: false

- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
github_token: ${{ secrets.SYS_ORCH_GITHUB }}
6 changes: 3 additions & 3 deletions .github/workflows/go-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
go-fuzz-adm:
if: ${{ inputs.run_adm || github.event_name == 'schedule' }}
name: ADM Go Fuzzing Tests
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
# Declare 1200 secs duration since schedule event will not pick up input values from workflow_dispatch
fuzz_seconds: ${{ fromJSON(inputs.fuzz_seconds_adm || 1200) }}
Expand All @@ -57,7 +57,7 @@ jobs:
go-fuzz-arm:
if: ${{ inputs.run_arm || github.event_name == 'schedule' }}
name: ARM Go Fuzzing Tests
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
# Declare 2100 secs duration since schedule event will not pick up input values from workflow_dispatch
fuzz_seconds: ${{ fromJSON(inputs.fuzz_seconds_arm || 2100) }}
Expand All @@ -66,7 +66,7 @@ jobs:
go-fuzz-asp:
if: ${{ inputs.run_asp || github.event_name == 'schedule'}}
name: ASP Go Fuzzing Tests
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
# Declare 4800 secs duration since schedule event will not pick up input values from workflow_dispatch
fuzz_seconds: ${{ fromJSON(inputs.fuzz_seconds_asp || 4800) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-adm-nbi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: false
run_dep_version_check: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-adm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: true
run_dep_version_check: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: true
run_dep_version_check: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-asp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: true
run_dep_version_check: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-interconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: true
run_dep_version_check: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
persist-credentials: false
- name: "Verify Branch Name"
uses: open-edge-platform/orch-ci/verify-branch-name@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/verify-branch-name@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
- name: "Discover Changed Subfolders"
id: discover-changes
uses: open-edge-platform/orch-ci/discover-changed-subfolders@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/discover-changed-subfolders@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
- name: "Filter Out Unwanted Changed Subfolders"
id: filter-changes
env:
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
project_folder: ${{ fromJson(needs.pre-checks.outputs.filtered_projects) }}
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@a389c296f4a6dd2ff9d976007fd386950ab99605 # 0.1.49
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@66d088403f0e7afeaacefc44e8547be4d53d8323 # 0.1.50
with:
run_version_check: true
run_dep_version_check: false
Expand Down