Skip to content
Merged
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/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @anirudhgarg @eamonoreilly @patelchandni @amamounelsayed
@patelchandni @amamounelsayed @kamperiadis @finvamp1
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-dotnet8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand All @@ -51,7 +51,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-dotnet8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand All @@ -51,7 +51,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-java8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
popd
- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-java8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-node20-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
popd
- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-node20-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-powershell6-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
Expand All @@ -45,7 +45,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_POWERSHELL6_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
with:
node-version: 24.x

- name: Setup Python ${{ env.PYTHON_VERSION }} Environment
uses: actions/setup-python@v1
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -53,7 +53,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-tests-python310-lcon-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Set Node.js 24.x for GitHub Action
uses: actions/setup-node@v6
with:
node-version: 24.x

- name: Setup Python ${{ env.PYTHON_VERSION }} Environment
uses: actions/setup-python@v1
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -53,7 +53,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_LCON_MSI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
npm run coverage-report

- name: 'Upload Coverage Report to CodeCov'
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v5.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow-dotnet8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up .NET version: ${{ env.DOTNET_VERSION }}'
uses: actions/setup-dotnet@v5
Expand All @@ -82,7 +82,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow-dotnet8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up .NET version: ${{ env.DOTNET_VERSION }}'
uses: actions/setup-dotnet@v5
Expand All @@ -82,7 +82,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow-java8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{ env.POM_XML_DIRECTORY }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Java version: ${{ env.JAVA_VERSION }}'
uses: actions/setup-java@v1
Expand All @@ -63,7 +63,7 @@ jobs:
distribution: 'microsoft'

- name: 'Build project with Maven'
run: mvn clean package
run: mvn clean package -DfunctionAppName=${{ env.AZURE_FUNCTIONAPP_NAME }}

# Perform additional steps such as running tests, if needed

Expand All @@ -80,7 +80,7 @@ jobs:
id-token: write # Required to fetch an OIDC token to authenticate with the job
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.POM_XML_DIRECTORY }}/downloaded-artifact'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow-java8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{ env.POM_XML_DIRECTORY }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Java version: ${{ env.JAVA_VERSION }}'
uses: actions/setup-java@v1
Expand All @@ -63,7 +63,7 @@ jobs:
distribution: 'microsoft'

- name: 'Build project with Maven'
run: mvn clean package
run: mvn clean package -DfunctionAppName=${{ env.AZURE_FUNCTIONAPP_NAME }}

# Perform additional steps such as running tests, if needed

Expand All @@ -80,7 +80,7 @@ jobs:
id-token: write # Required to fetch an OIDC token to authenticate with the job
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.POM_XML_DIRECTORY }}/downloaded-artifact'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow-node20-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Node version: ${{ env.NODE_VERSION }}'
uses: actions/setup-node@v6
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow-node20-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Node version: ${{ env.NODE_VERSION }}'
uses: actions/setup-node@v6
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-powershell6-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents: read # Required for actions/checkout
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

# Perform additional steps such as running tests, if needed

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Python version: ${{ env.Python_VERSION }}'
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -79,7 +79,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow-python310-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
working-directory: ${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 'Set up Python version: ${{ env.Python_VERSION }}'
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -79,7 +79,7 @@ jobs:
id-token: write # Required for OIDC
steps:
- name: 'Download artifact from build job'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ${{ env.BUILD_ARTIFACT_NAME }}
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'
Expand Down
Loading
Loading