From 1e4b27eab6d682c3c7b8baeb3de923ced491b12a Mon Sep 17 00:00:00 2001 From: dkontyko <33853225+dkontyko@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:24:33 -0500 Subject: [PATCH] Update Azure Function GH Action (#75) * disabling XEE; making form data formats list immutable * clean up logging * update azure function GH action versions --- .github/workflows/main_restpdfformfiller(dev).yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_restpdfformfiller(dev).yml b/.github/workflows/main_restpdfformfiller(dev).yml index 5cf207b..4308fe7 100644 --- a/.github/workflows/main_restpdfformfiller(dev).yml +++ b/.github/workflows/main_restpdfformfiller(dev).yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Java Sdk ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'microsoft' java-version: ${{ env.JAVA_VERSION }} @@ -47,6 +47,6 @@ jobs: # Generate GitHub Maven Dependency Tree # https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission - name: Submit Dependency Snapshot - uses: advanced-security/maven-dependency-submission-action@v3 + uses: advanced-security/maven-dependency-submission-action@v4 with: directory: './${{ env.PACKAGE_DIRECTORY }}' \ No newline at end of file