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

chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 #1896

Merged
merged 1 commit into from
Dec 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch 4.1.5 -> 4.1.8

Release Notes

JamesIves/github-pages-deploy-action

v4.1.8

Compare Source

Minor Changes

  • Library dependency and security bumps.
  • README modifications.

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8

v4.1.7

Compare Source

Minor Changes

  • Dependency upgrades
  • Modified README examples to use npm ci instead of npm install in examples by @​bananer in use "npm ci" instead of "npm install" in examples JamesIves/github-pages-deploy-action#934
  • Modified the git-config-email option again. If you wish to omit this field entirely you must now provide <> in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide a git-config-email parameter at all. You can find an example of this below.
name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/checkout@v2.3.1

      - name: Install and Build 🔧
        run: |
          npm install
          npm run build

      - name: Deploy 🚀
        uses: JamesIves/github-pages-deploy-action@4.1.6
        with:
          branch: gh-pages
          folder: build
          git-config-email: <>

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7

v4.1.6

Compare Source

Minor Changes

  • Resolves an issue that was causing a permission error on the cleanup job. This error was caused by other actions changing directory permissions that prevented a worktree removal step from executing correctly. #​922
  • Migrated the project to Node version 14 across all integration tests, nvm file, etc.
  • Numerous third party dependency updates/fixes.
  • The git-config-email option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for example Author Name <>. You can find an example of how to utilize this below. #​868
name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/checkout@v2.3.1

      - name: Install and Build 🔧
        run: |
          npm install
          npm run build

      - name: Deploy 🚀
        uses: JamesIves/github-pages-deploy-action@4.1.6
        with:
          branch: gh-pages
          folder: build
          git-config-email: ''

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2021

Codecov Report

Merging #1896 (264e48c) into master (438f8e4) will increase coverage by 6.71%.
The diff coverage is n/a.

❗ Current head 264e48c differs from pull request most recent head cc5c3fc. Consider uploading reports for the commit cc5c3fc to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1896      +/-   ##
============================================
+ Coverage     83.61%   90.32%   +6.71%     
+ Complexity     1245      147    -1098     
============================================
  Files           156       17     -139     
  Lines          3643      341    -3302     
  Branches        258       34     -224     
============================================
- Hits           3046      308    -2738     
+ Misses          464       18     -446     
+ Partials        133       15     -118     
Impacted Files Coverage Δ
...tric/boot/admin/server/services/StatusUpdater.java
...entric/boot/admin/server/services/InfoUpdater.java
...ls/jackson/RegistrationBeanSerializerModifier.java
...centric/boot/admin/server/ui/web/UiController.java
...t/admin/server/notify/NotifierProxyProperties.java
...er/notify/filter/InstanceIdNotificationFilter.java
...c/boot/admin/server/ui/extensions/UiExtension.java
...dmin/server/eventstore/InstanceEventPublisher.java
...server/web/client/BasicAuthHttpHeaderProvider.java
...dmin/server/ui/config/AdminServerUiProperties.java
... and 129 more

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 438f8e4...cc5c3fc. Read the comment docs.

@SteKoe SteKoe merged commit 836812d into master Dec 22, 2021
@SteKoe SteKoe deleted the renovate/jamesives-github-pages-deploy-action-4.x branch December 22, 2021 12:03
SteKoe added a commit that referenced this pull request Dec 22, 2021
…er-3.x

* origin/master: (36 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
SteKoe added a commit that referenced this pull request Dec 22, 2021
…r-12.x

* origin/master: (28 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants