chore(deps): update azure/webapps-deploy action to v3 - #154
renovate[bot] wants to merge 1 commit into
Conversation
| - name: 'Deploy to Azure Web App' | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| - name: Deploy to Azure Web App | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| npm run test --if-present | ||
| - name: 'Deploy to Azure WebApp' | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| - name: 'Deploy to Azure Web App' | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| - name: Deploy to Azure Web App | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| - name: Deploy to Azure Web App | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
| - name: 'Deploy to Azure WebApp' | ||
| id: deploy-to-webapp | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
|
|
||
| - name: 'Deploy to Azure Web App for Container' | ||
| uses: azure/webapps-deploy@v2 | ||
| uses: azure/webapps-deploy@v3 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
This PR contains the following updates:
v2→v3Release Notes
azure/webapps-deploy (azure/webapps-deploy)
v3.0.8: Releases/v3 minor releaseCompare Source
v3.0.7: Releases/v3 minor patch version releaseCompare Source
Following Changes:
Azure#519
v3.0.6: Releases/v3 minor patch version releaseCompare Source
This contains changes related to Sidecar
Azure#487
v3.0.5: Releases/v3 minor patch version releaseCompare Source
Changes: Azure#482
v3.0.4: Releases/v3 minor patch version releaseCompare Source
Adding following changes:
Azure#480
v3.0.3: Releases/v3 minor patch version releaseCompare Source
Releasing following changes
Azure#466
v3.0.2Compare Source
v3.0.1: Node version updated to 20 in webapps_deploy@v3Compare Source
Node version updated to 20 in webapps_deploy@v3
v3.0.0: Release version 3.0.0 🎉Compare Source
Release v3
Moving from the older Zip Deploy API to Kudu Publish API for deploying your webapp via Github action
webapps-deploy.Reason for migration
The reason for this change is the Publish API
/api/publish/has many more features over the older/zipdeploy/API and it is also currently used in the Azure CLI, plugins for Maven and Gradle, it would be consistent with other deployment providers.What it means for the existing users
webapps-deploy@v2can still use the same action without any change in the workflow file.webapps-deploy@v3to use the new Publish API features.Features
type- The type of the artifact being deployed, this sets the default target path and informs the web app how the deployment should be handled.- type=war: Deploy a WAR package. By default, the WAR package is deployed to /home/site/wwwroot/app.war. The target path can be specified with parameter target-path.target-path- The absolute path to deploy the artifact to./home/site/wwwrootclean- Specifies whether to clean (delete) the target deployment before deploying the artifact there.true/falseclean=truerestart- By default, the API restarts the app following the deployment operation (restart=true). To deploy multiple artifacts, prevent restarts on all but the final deployment by setting restart=false.true/falserestart=trueExample
What's Changed
New Contributors
Full Changelog: Azure/webapps-deploy@v2.2.11...v3.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.