File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 ref : ${{ github.event.workflow_run.head_sha }}
2020
21- - uses : codfish/semantic-release-action@v4
21+ - uses : codfish/semantic-release-action@v5
2222 id : semantic
2323 with :
2424 tag-format : ' v${version}'
Original file line number Diff line number Diff line change 2424 - name : Get changed markdown files (PR only)
2525 id : changed-markdown-files
2626 if : github.event_name == 'pull_request'
27- uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46
27+ uses : tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v46
2828 with :
2929 files : |
3030 **/*.md
3434 - name : Check Broken Links in Changed Markdown Files
3535 id : lychee-check-pr
3636 if : github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
37- uses : lycheeverse/lychee-action@v2.7 .0
37+ uses : lycheeverse/lychee-action@v2.8 .0
3838 with :
3939 args : >
4040 --verbose --no-progress --exclude ^https?://
4747 - name : Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848 id : lychee-check-manual
4949 if : github.event_name == 'workflow_dispatch'
50- uses : lycheeverse/lychee-action@v2.7 .0
50+ uses : lycheeverse/lychee-action@v2.8 .0
5151 with :
5252 args : >
5353 --verbose --no-progress --exclude ^https?://
Original file line number Diff line number Diff line change 3838 run : az acr login --name ${{ inputs.registry }}
3939
4040 - name : Set up Docker Buildx
41- uses : docker/setup-buildx-action@v3
41+ uses : docker/setup-buildx-action@v4
4242
4343 - name : Get current date
4444 id : date
6161
6262
6363 - name : Build Docker Image and optionally push
64- uses : docker/build-push-action@v6
64+ uses : docker/build-push-action@v7
6565 with :
6666 context : .
6767 file : ${{ inputs.dockerfile }}
Original file line number Diff line number Diff line change 4949 WEBAPP_URL : ${{ steps.get_output_linux.outputs.WEBAPP_URL }}
5050 steps :
5151 - name : Checkout Code
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353
5454 - name : Validate Workflow Input Parameters
5555 shell : bash
Original file line number Diff line number Diff line change 4545 echo "Generated unique Docker tag: $UNIQUE_TAG"
4646
4747 - name : Set up Docker Buildx
48- uses : docker/setup-buildx-action@v3
48+ uses : docker/setup-buildx-action@v4
4949
5050 - name : Login to Azure
5151 uses : azure/login@v2
5858 run : az acr login --name ${{ secrets.ACR_TEST_LOGIN_SERVER }}
5959
6060 - name : Build and Push Cod Mod backend Docker image
61- uses : docker/build-push-action@v6
61+ uses : docker/build-push-action@v7
6262 env :
6363 DOCKER_BUILD_SUMMARY : false
6464 with :
7070 ${{ secrets.ACR_TEST_LOGIN_SERVER }}/cmsabackend:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
7171
7272 - name : Build and Push Cod Mod frontend Docker image
73- uses : docker/build-push-action@v6
73+ uses : docker/build-push-action@v7
7474 env :
7575 DOCKER_BUILD_SUMMARY : false
7676 with :
Original file line number Diff line number Diff line change 7575 env :
7676 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7777 - name : Upload CSV Report of Inactive Branches
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : merged-branches-report
8181 path : merged_branches_report.csv
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload test report
138138 id : upload_report
139- uses : actions/upload-artifact@v6
139+ uses : actions/upload-artifact@v7
140140 if : ${{ !cancelled() }}
141141 with :
142142 name : test-report
Original file line number Diff line number Diff line change 2929 python-version : ' 3.13'
3030
3131 - name : Azure CLI Login
32- uses : azure/login@v2
32+ uses : azure/login@v3
3333 with :
3434 client-id : ${{ secrets.AZURE_CLIENT_ID }}
3535 tenant-id : ${{ secrets.AZURE_TENANT_ID }}
8282
8383 - name : Upload test report
8484 id : upload_report
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 if : ${{ !cancelled() }}
8787 with :
8888 name : test-report
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44
55requiredVersions :
66 azd : ' >= 1.18.0 != 1.23.9'
7- bicep : ' >= 0.33.0'
7+ bicep : ' >= 0.33.0'
88
99parameters :
1010 AzureAiServiceLocation :
@@ -22,4 +22,4 @@ deployment:
2222 parameters :
2323 AzureAiServiceLocation : ${{ parameters.AzureAiServiceLocation }}
2424 Prefix : ${{ parameters.Prefix }}
25- baseUrl : ${{ parameters.baseUrl }}
25+ baseUrl : ${{ parameters.baseUrl }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ structlog
3535typing-extensions
3636python-jose [cryptography ]
3737passlib [bcrypt ]
38- semantic-kernel [azure ]== 1.39.4
38+ semantic-kernel [azure ]== 1.41.1
3939sqlparse
4040sqlglot
4141unittest2
@@ -45,10 +45,10 @@ aiortc
4545opentelemetry-exporter-otlp-proto-grpc
4646opentelemetry-exporter-otlp-proto-http
4747azure-monitor-events-extension
48- opentelemetry-sdk == 1.39 .0
49- opentelemetry-api == 1.39 .0
50- opentelemetry-semantic-conventions == 0.60b0
51- opentelemetry-instrumentation == 0.60b0
52- opentelemetry-instrumentation-fastapi == 0.60b0
53- azure-monitor-opentelemetry == 1.8.6
54- azure-ai-projects == 1.0.0
48+ opentelemetry-sdk == 1.40 .0
49+ opentelemetry-api == 1.40 .0
50+ opentelemetry-semantic-conventions == 0.61b0
51+ opentelemetry-instrumentation == 0.61b0
52+ opentelemetry-instrumentation-fastapi == 0.61b0
53+ azure-monitor-opentelemetry == 1.8.7
54+ azure-ai-projects == 1.0.0b12
You can’t perform that action at this time.
0 commit comments