File tree Expand file tree Collapse file tree 17 files changed +51
-44
lines changed
deployments/app-resource-manager
deployments/app-service-proxy Expand file tree Collapse file tree 17 files changed +51
-44
lines changed Original file line number Diff line number Diff line change 1414 - main
1515 - release-*
1616
17- permissions : {}
17+ permissions :
18+ contents : read
1819
1920concurrency :
2021 group : ${{ github.workflow }}-${{ github.ref }}
@@ -29,11 +30,11 @@ jobs:
2930
3031 steps :
3132 - name : Checkout repository
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
33+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3334 with :
3435 persist-credentials : false
3536
3637 - name : Update pull requests
37- uses : open-edge-platform/orch-ci/.github/actions/pr_updater@57ae89489027070792089531710c450af3b66c26 # 0.1.64
38+ uses : open-edge-platform/orch-ci/.github/actions/pr_updater@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
3839 with :
3940 github_token : ${{ secrets.SYS_ORCH_GITHUB }}
Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Deploy Kind Orchestrator
4242 id : deploy-kind-orchestrator
43- uses : open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@4548dd7ad0c0bb86b9e86667904d37d070645a9b
43+ uses : open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@908c52bbc37bc3a6d62cdf6e4a1060526d5a4464
4444 timeout-minutes : 45
4545 with :
4646 orch_version : ${{ inputs.emf-branch || 'main' }}
5858 go-version : 1.24.9
5959
6060 - name : Checkout app-orch-deployment repository
61- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
61+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6262 with :
6363 repository : open-edge-platform/app-orch-deployment
6464 persist-credentials : false
Original file line number Diff line number Diff line change 4848 go-fuzz-adm :
4949 if : ${{ inputs.run_adm || github.event_name == 'schedule' }}
5050 name : ADM Go Fuzzing Tests
51- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
51+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
5252 with :
5353 # Declare 1200 secs duration since schedule event will not pick up input values from workflow_dispatch
5454 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_adm || 1200) }}
5757 go-fuzz-arm :
5858 if : ${{ inputs.run_arm || github.event_name == 'schedule' }}
5959 name : ARM Go Fuzzing Tests
60- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
60+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
6161 with :
6262 # Declare 2100 secs duration since schedule event will not pick up input values from workflow_dispatch
6363 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_arm || 2100) }}
6666 go-fuzz-asp :
6767 if : ${{ inputs.run_asp || github.event_name == 'schedule'}}
6868 name : ASP Go Fuzzing Tests
69- uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
69+ uses : open-edge-platform/orch-ci/.github/workflows/apporch-go-fuzz.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
7070 with :
7171 # Declare 4800 secs duration since schedule event will not pick up input values from workflow_dispatch
7272 fuzz_seconds : ${{ fromJSON(inputs.fuzz_seconds_asp || 4800) }}
Original file line number Diff line number Diff line change 1313 - ' app-deployment-manager/api/nbi/**'
1414 workflow_dispatch :
1515
16- permissions : {}
16+ permissions :
17+ contents : read
1718
1819jobs :
1920 post-merge-pipeline :
2021 permissions :
2122 contents : read
2223 security-events : write
2324 id-token : write
24- uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
25+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2526 with :
2627 run_version_check : false
2728 run_dep_version_check : false
Original file line number Diff line number Diff line change 1313 - ' app-deployment-manager/**'
1414 workflow_dispatch :
1515
16- permissions : {}
16+ permissions :
17+ contents : read
1718
1819jobs :
1920 post-merge-pipeline :
2021 permissions :
2122 contents : read
2223 security-events : write
2324 id-token : write
24- uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
25+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2526 with :
2627 run_version_check : true
2728 run_dep_version_check : false
Original file line number Diff line number Diff line change 1313 - ' app-resource-manager/**'
1414 workflow_dispatch :
1515
16- permissions : {}
16+ permissions :
17+ contents : read
1718
1819jobs :
1920 post-merge-pipeline :
2021 permissions :
2122 contents : read
2223 security-events : write
2324 id-token : write
24- uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
25+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2526 with :
2627 run_version_check : true
2728 run_dep_version_check : false
Original file line number Diff line number Diff line change 1313 - ' app-service-proxy/**'
1414 workflow_dispatch :
1515
16- permissions : {}
16+ permissions :
17+ contents : read
1718
1819jobs :
1920 post-merge-pipeline :
2021 permissions :
2122 contents : read
2223 security-events : write
2324 id-token : write
24- uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
25+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2526 with :
2627 run_version_check : true
2728 run_dep_version_check : false
Original file line number Diff line number Diff line change 1313 - ' app-interconnect/**'
1414 workflow_dispatch :
1515
16- permissions : {}
16+ permissions :
17+ contents : read
1718
1819jobs :
1920 post-merge-pipeline :
2021 permissions :
2122 contents : read
2223 security-events : write
2324 id-token : write
24- uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
25+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2526 with :
2627 run_version_check : true
2728 run_dep_version_check : false
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ permissions:
1616jobs :
1717 call-scorecard :
1818 permissions :
19- contents : read
20- security-events : write
19+ security-events : write # required for SARIF upload
2120 id-token : write
22- uses : open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@main
21+ contents : read
22+
23+ uses : open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@79c4381f9be567527d8782094317b0282493e45a # v0.1.66
2324 with :
2425 project_folder : " ."
2526 secrets :
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 outputs :
2121 filtered_projects : ${{ steps.filter-changes.outputs.filtered_projects }}
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2424 with :
2525 persist-credentials : false
2626 - name : " Verify Branch Name"
27- uses : open-edge-platform/orch-ci/verify-branch-name@57ae89489027070792089531710c450af3b66c26 # 0.1.64
27+ uses : open-edge-platform/orch-ci/verify-branch-name@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
2828 - name : " Discover Changed Subfolders"
2929 id : discover-changes
30- uses : open-edge-platform/orch-ci/discover-changed-subfolders@57ae89489027070792089531710c450af3b66c26 # 0.1.64
30+ uses : open-edge-platform/orch-ci/discover-changed-subfolders@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
3131 - name : " Filter Out Unwanted Changed Subfolders"
3232 id : filter-changes
3333 env :
4343 fail-fast : false
4444 matrix :
4545 project_folder : ${{ fromJson(needs.pre-checks.outputs.filtered_projects) }}
46- uses : open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@57ae89489027070792089531710c450af3b66c26 # 0.1.64
46+ uses : open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
4747 with :
4848 run_version_check : true
4949 run_dep_version_check : false
You can’t perform that action at this time.
0 commit comments