Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump Azure/functions-action from v1.1.6 to v1.1.8 #350

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2020

Bumps Azure/functions-action from v1.1.6 to v1.1.8.

Release notes

Sourced from Azure/functions-action's releases.

Fix RBAC credential issue

Fix an issue where RBAC is not properly recognized in Functions GitHub Action.

Special thanks to @xl1 and @nikkh for raising the following issues:

Support New Publish Profile Format

  1. Add a support to the new Publish Profile format. The new publish profile moved the .scm link in the MSDeploy section. In this version of GitHub Action, it will compose the scm url based on the .publish. url.
  2. Accept production as a slot-name value, which will deploy the function app to the main site.
Changelog

Sourced from Azure/functions-action's changelog.

Remove old node_modules

$node_module_path = "$PSScriptRoot\node_modules" $node_module_exists = Test-Path -Path "$node_module_path" if ($node_module_exists) { Remove-Item -Recurse -Force -Path $node_module_path }

Restore package

npm install --production npm run build

Remove node_modules/ and lib/ from .gitignore

Set-Content -Path ..gitignore -Value (Get-Content -Path ..gitignore | Select-String -NotMatch 'node_modules/|lib/')

Commits
  • a8d2ec4 Release 1.1.8
  • 52a7e67 Fix an issue where RBAC credentials are not correctly recognized
  • 79e1055 Release 1.1.7
  • 31d8bb8 Add test framework and support new publish profile
  • acbc050 Update README.md
  • a0ef7ed Merge pull request #41 from Azure/dependabot/npm_and_yarn/actions/core-1.2.6
  • a411227 Merge pull request #38 from Azure/dependabot/npm_and_yarn/node-fetch-2.6.1
  • ec8776a Merge pull request #43 from Azure/AmrutaKawade-patch-1
  • 79ce3af Create issue-label-bot.yaml
  • c878348 Bump @actions/core from 1.2.0 to 1.2.6
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependabot 🤖 Pull requests that update a dependency file label Nov 20, 2020
@dependabot dependabot bot requested a review from a team November 20, 2020 10:00
@commit-lint
Copy link

commit-lint bot commented Nov 20, 2020

Bug Fixes

  • deps: bump Azure/functions-action from v1.1.6 to v1.1.8 (0f9ced8)

Contributors

@dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

1 similar comment
@commit-lint
Copy link

commit-lint bot commented Nov 20, 2020

Bug Fixes

  • deps: bump Azure/functions-action from v1.1.6 to v1.1.8 (0f9ced8)

Contributors

@dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #350 (0f9ced8) into master (99c4c17) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   87.57%   87.57%           
=======================================
  Files          81       81           
  Lines        1931     1931           
  Branches      498      498           
=======================================
  Hits         1691     1691           
  Misses        240      240           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99c4c17...0f9ced8. Read the comment docs.

@nogic1008
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 3fc6b58 into master Nov 20, 2020
@dependabot dependabot bot deleted the dependabot/github_actions/Azure/functions-action-v1.1.8 branch November 20, 2020 23:08
@commit-lint commit-lint bot mentioned this pull request Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot 🤖 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant