File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212env :
1313 AZURE_FUNCTIONAPP_NAME : primechecker # set this to your function app name on Azure
1414 PACKAGE_DIRECTORY : ' .' # set this to the directory which contains pom.xml file
15- JAVA_VERSION : ' 17 ' # set this to the java version to use
15+ JAVA_VERSION : ' 21 ' # set this to the java version to use
1616
1717jobs :
1818 build-and-deploy :
2222 uses : actions/checkout@v4
2323
2424 - name : Setup Java Sdk ${{ env.JAVA_VERSION }}
25- uses : actions/setup-java@v1
25+ uses : actions/setup-java@v5
2626 with :
2727 java-version : ${{ env.JAVA_VERSION }}
2828 distribution : temurin
4545 respect-pom-xml : true
4646
4747 - name : Upload coverage reports to Codecov
48- uses : codecov/codecov-action@v3
48+ uses : codecov/codecov-action@v5
4949 env :
50- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
50+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments