Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actionshub/chef-install
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.4
Choose a base ref
...
head repository: actionshub/chef-install
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 6 commits
  • 198 files changed
  • 3 contributors

Commits on Nov 12, 2022

  1. chore(dependabot): configure with vendoring

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Nov 12, 2022
    Copy the full SHA
    dcd22c7 View commit details

Commits on Feb 8, 2023

  1. chore(deps): add renovate.json (#21)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Dan Webb <dan.webb@damacus.io>
    renovate[bot] and damacus authored Feb 8, 2023
    Copy the full SHA
    7b7cfab View commit details

Commits on Sep 8, 2023

  1. chore(deps): update actions/checkout action to v4 (#25)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 8, 2023
    Copy the full SHA
    2d6044e View commit details

Commits on Sep 29, 2023

  1. fix(deps): update dependency @actions/core to v1.10.1 (#26)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2023
    Copy the full SHA
    7994870 View commit details
  2. fix(deps): update dependency @actions/exec to v1.1.1 (#24)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2023
    Copy the full SHA
    5ba295b View commit details

Commits on Jan 31, 2024

  1. Update to Node20 and update vendor directory (#27)

    Signed-off-by: Dan Webb <dan.webb@damacus.io>
    damacus authored Jan 31, 2024
    Copy the full SHA
    d41f8dd View commit details
Showing with 30,823 additions and 160 deletions.
  1. +8 −0 .github/dependabot.yml
  2. +2 −2 .github/workflows/generic-linters.yml
  3. +1 −1 action.yml
  4. +34 −14 node_modules/.package-lock.json
  5. +2 −2 node_modules/@actions/core/README.md
  6. +2 −2 node_modules/@actions/core/lib/core.d.ts
  7. +1 −1 node_modules/@actions/core/lib/oidc-utils.js
  8. +1 −1 node_modules/@actions/core/lib/oidc-utils.js.map
  9. +3 −3 node_modules/@actions/core/package.json
  10. +1 −1 node_modules/@actions/exec/package.json
  11. +1 −1 node_modules/@actions/http-client/lib/auth.js.map
  12. +7 −0 node_modules/@actions/http-client/lib/index.d.ts
  13. +56 −5 node_modules/@actions/http-client/lib/index.js
  14. +1 −1 node_modules/@actions/http-client/lib/index.js.map
  15. +2 −0 node_modules/@actions/http-client/lib/interfaces.d.ts
  16. +23 −2 node_modules/@actions/http-client/lib/proxy.js
  17. +1 −1 node_modules/@actions/http-client/lib/proxy.js.map
  18. +6 −3 node_modules/@actions/http-client/package.json
  19. +3 −1 node_modules/@actions/io/lib/io-util.d.ts
  20. +8 −2 node_modules/@actions/io/lib/io-util.js
  21. +1 −1 node_modules/@actions/io/lib/io-util.js.map
  22. +11 −53 node_modules/@actions/io/lib/io.js
  23. +1 −1 node_modules/@actions/io/lib/io.js.map
  24. +1 −1 node_modules/@actions/io/package.json
  25. +19 −0 node_modules/@fastify/busboy/LICENSE
  26. +271 −0 node_modules/@fastify/busboy/README.md
  27. +19 −0 node_modules/@fastify/busboy/deps/dicer/LICENSE
  28. +207 −0 node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js
  29. +100 −0 node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js
  30. +13 −0 node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js
  31. +164 −0 node_modules/@fastify/busboy/deps/dicer/lib/dicer.d.ts
  32. +228 −0 node_modules/@fastify/busboy/deps/streamsearch/sbmh.js
  33. +196 −0 node_modules/@fastify/busboy/lib/main.d.ts
  34. +85 −0 node_modules/@fastify/busboy/lib/main.js
  35. +306 −0 node_modules/@fastify/busboy/lib/types/multipart.js
  36. +190 −0 node_modules/@fastify/busboy/lib/types/urlencoded.js
  37. +54 −0 node_modules/@fastify/busboy/lib/utils/Decoder.js
  38. +14 −0 node_modules/@fastify/busboy/lib/utils/basename.js
  39. +114 −0 node_modules/@fastify/busboy/lib/utils/decodeText.js
  40. +16 −0 node_modules/@fastify/busboy/lib/utils/getLimit.js
  41. +196 −0 node_modules/@fastify/busboy/lib/utils/parseParams.js
  42. +86 −0 node_modules/@fastify/busboy/package.json
  43. +21 −0 node_modules/undici/LICENSE
  44. +443 −0 node_modules/undici/README.md
  45. +80 −0 node_modules/undici/docs/api/Agent.md
  46. +99 −0 node_modules/undici/docs/api/BalancedPool.md
  47. +30 −0 node_modules/undici/docs/api/CacheStorage.md
  48. +273 −0 node_modules/undici/docs/api/Client.md
  49. +115 −0 node_modules/undici/docs/api/Connector.md
  50. +57 −0 node_modules/undici/docs/api/ContentType.md
  51. +101 −0 node_modules/undici/docs/api/Cookies.md
  52. +204 −0 node_modules/undici/docs/api/DiagnosticsChannel.md
  53. +60 −0 node_modules/undici/docs/api/DispatchInterceptor.md
  54. +887 −0 node_modules/undici/docs/api/Dispatcher.md
  55. +47 −0 node_modules/undici/docs/api/Errors.md
  56. +27 −0 node_modules/undici/docs/api/Fetch.md
  57. +540 −0 node_modules/undici/docs/api/MockAgent.md
  58. +77 −0 node_modules/undici/docs/api/MockClient.md
  59. +12 −0 node_modules/undici/docs/api/MockErrors.md
  60. +547 −0 node_modules/undici/docs/api/MockPool.md
  61. +84 −0 node_modules/undici/docs/api/Pool.md
  62. +35 −0 node_modules/undici/docs/api/PoolStats.md
  63. +126 −0 node_modules/undici/docs/api/ProxyAgent.md
  64. +108 −0 node_modules/undici/docs/api/RetryHandler.md
  65. +43 −0 node_modules/undici/docs/api/WebSocket.md
  66. +62 −0 node_modules/undici/docs/api/api-lifecycle.md
  67. BIN node_modules/undici/docs/assets/lifecycle-diagram.png
  68. +64 −0 node_modules/undici/docs/best-practices/client-certificate.md
  69. +136 −0 node_modules/undici/docs/best-practices/mocking-request.md
  70. +127 −0 node_modules/undici/docs/best-practices/proxy.md
  71. +20 −0 node_modules/undici/docs/best-practices/writing-tests.md
  72. +15 −0 node_modules/undici/index-fetch.js
  73. +3 −0 node_modules/undici/index.d.ts
  74. +167 −0 node_modules/undici/index.js
  75. +148 −0 node_modules/undici/lib/agent.js
  76. +54 −0 node_modules/undici/lib/api/abort-signal.js
  77. +104 −0 node_modules/undici/lib/api/api-connect.js
  78. +249 −0 node_modules/undici/lib/api/api-pipeline.js
  79. +180 −0 node_modules/undici/lib/api/api-request.js
  80. +220 −0 node_modules/undici/lib/api/api-stream.js
  81. +105 −0 node_modules/undici/lib/api/api-upgrade.js
  82. +7 −0 node_modules/undici/lib/api/index.js
  83. +322 −0 node_modules/undici/lib/api/readable.js
  84. +46 −0 node_modules/undici/lib/api/util.js
  85. +190 −0 node_modules/undici/lib/balanced-pool.js
  86. +838 −0 node_modules/undici/lib/cache/cache.js
  87. +144 −0 node_modules/undici/lib/cache/cachestorage.js
  88. +5 −0 node_modules/undici/lib/cache/symbols.js
  89. +49 −0 node_modules/undici/lib/cache/util.js
  90. +2,283 −0 node_modules/undici/lib/client.js
  91. +48 −0 node_modules/undici/lib/compat/dispatcher-weakref.js
  92. +12 −0 node_modules/undici/lib/cookies/constants.js
  93. +184 −0 node_modules/undici/lib/cookies/index.js
  94. +317 −0 node_modules/undici/lib/cookies/parse.js
  95. +291 −0 node_modules/undici/lib/cookies/util.js
  96. +189 −0 node_modules/undici/lib/core/connect.js
  97. +230 −0 node_modules/undici/lib/core/errors.js
  98. +499 −0 node_modules/undici/lib/core/request.js
  99. +63 −0 node_modules/undici/lib/core/symbols.js
  100. +511 −0 node_modules/undici/lib/core/util.js
  101. +192 −0 node_modules/undici/lib/dispatcher-base.js
  102. +19 −0 node_modules/undici/lib/dispatcher.js
  103. +21 −0 node_modules/undici/lib/fetch/LICENSE
  104. +605 −0 node_modules/undici/lib/fetch/body.js
  105. +151 −0 node_modules/undici/lib/fetch/constants.js
  106. +627 −0 node_modules/undici/lib/fetch/dataURL.js
  107. +344 −0 node_modules/undici/lib/fetch/file.js
  108. +265 −0 node_modules/undici/lib/fetch/formdata.js
  109. +40 −0 node_modules/undici/lib/fetch/global.js
  110. +589 −0 node_modules/undici/lib/fetch/headers.js
  111. +2,145 −0 node_modules/undici/lib/fetch/index.js
  112. +946 −0 node_modules/undici/lib/fetch/request.js
  113. +571 −0 node_modules/undici/lib/fetch/response.js
  114. +10 −0 node_modules/undici/lib/fetch/symbols.js
  115. +1,071 −0 node_modules/undici/lib/fetch/util.js
  116. +646 −0 node_modules/undici/lib/fetch/webidl.js
  117. +290 −0 node_modules/undici/lib/fileapi/encoding.js
  118. +344 −0 node_modules/undici/lib/fileapi/filereader.js
  119. +78 −0 node_modules/undici/lib/fileapi/progressevent.js
  120. +10 −0 node_modules/undici/lib/fileapi/symbols.js
  121. +392 −0 node_modules/undici/lib/fileapi/util.js
  122. +32 −0 node_modules/undici/lib/global.js
  123. +35 −0 node_modules/undici/lib/handler/DecoratorHandler.js
  124. +216 −0 node_modules/undici/lib/handler/RedirectHandler.js
  125. +336 −0 node_modules/undici/lib/handler/RetryHandler.js
  126. +21 −0 node_modules/undici/lib/interceptor/redirectInterceptor.js
  127. +199 −0 node_modules/undici/lib/llhttp/constants.d.ts
  128. +278 −0 node_modules/undici/lib/llhttp/constants.js
  129. +1 −0 node_modules/undici/lib/llhttp/constants.js.map
  130. +1 −0 node_modules/undici/lib/llhttp/llhttp-wasm.js
  131. BIN node_modules/undici/lib/llhttp/llhttp.wasm
  132. +1 −0 node_modules/undici/lib/llhttp/llhttp_simd-wasm.js
  133. BIN node_modules/undici/lib/llhttp/llhttp_simd.wasm
  134. +4 −0 node_modules/undici/lib/llhttp/utils.d.ts
  135. +15 −0 node_modules/undici/lib/llhttp/utils.js
  136. +1 −0 node_modules/undici/lib/llhttp/utils.js.map
  137. +32 −0 node_modules/undici/lib/llhttp/wasm_build_env.txt
  138. +171 −0 node_modules/undici/lib/mock/mock-agent.js
  139. +59 −0 node_modules/undici/lib/mock/mock-client.js
  140. +17 −0 node_modules/undici/lib/mock/mock-errors.js
  141. +206 −0 node_modules/undici/lib/mock/mock-interceptor.js
  142. +59 −0 node_modules/undici/lib/mock/mock-pool.js
  143. +23 −0 node_modules/undici/lib/mock/mock-symbols.js
  144. +351 −0 node_modules/undici/lib/mock/mock-utils.js
  145. +40 −0 node_modules/undici/lib/mock/pending-interceptors-formatter.js
  146. +29 −0 node_modules/undici/lib/mock/pluralizer.js
  147. +117 −0 node_modules/undici/lib/node/fixed-queue.js
  148. +194 −0 node_modules/undici/lib/pool-base.js
  149. +34 −0 node_modules/undici/lib/pool-stats.js
  150. +94 −0 node_modules/undici/lib/pool.js
  151. +189 −0 node_modules/undici/lib/proxy-agent.js
  152. +97 −0 node_modules/undici/lib/timers.js
  153. +291 −0 node_modules/undici/lib/websocket/connection.js
  154. +51 −0 node_modules/undici/lib/websocket/constants.js
  155. +303 −0 node_modules/undici/lib/websocket/events.js
  156. +73 −0 node_modules/undici/lib/websocket/frame.js
  157. +344 −0 node_modules/undici/lib/websocket/receiver.js
  158. +12 −0 node_modules/undici/lib/websocket/symbols.js
  159. +200 −0 node_modules/undici/lib/websocket/util.js
  160. +641 −0 node_modules/undici/lib/websocket/websocket.js
  161. +167 −0 node_modules/undici/package.json
  162. +6 −0 node_modules/undici/types/README.md
  163. +31 −0 node_modules/undici/types/agent.d.ts
  164. +43 −0 node_modules/undici/types/api.d.ts
  165. +18 −0 node_modules/undici/types/balanced-pool.d.ts
  166. +36 −0 node_modules/undici/types/cache.d.ts
  167. +97 −0 node_modules/undici/types/client.d.ts
  168. +34 −0 node_modules/undici/types/connector.d.ts
  169. +21 −0 node_modules/undici/types/content-type.d.ts
  170. +28 −0 node_modules/undici/types/cookies.d.ts
  171. +67 −0 node_modules/undici/types/diagnostics-channel.d.ts
  172. +241 −0 node_modules/undici/types/dispatcher.d.ts
  173. +128 −0 node_modules/undici/types/errors.d.ts
  174. +209 −0 node_modules/undici/types/fetch.d.ts
  175. +39 −0 node_modules/undici/types/file.d.ts
  176. +54 −0 node_modules/undici/types/filereader.d.ts
  177. +108 −0 node_modules/undici/types/formdata.d.ts
  178. +9 −0 node_modules/undici/types/global-dispatcher.d.ts
  179. +7 −0 node_modules/undici/types/global-origin.d.ts
  180. +9 −0 node_modules/undici/types/handlers.d.ts
  181. +4 −0 node_modules/undici/types/header.d.ts
  182. +65 −0 node_modules/undici/types/index.d.ts
  183. +5 −0 node_modules/undici/types/interceptors.d.ts
  184. +50 −0 node_modules/undici/types/mock-agent.d.ts
  185. +25 −0 node_modules/undici/types/mock-client.d.ts
  186. +12 −0 node_modules/undici/types/mock-errors.d.ts
  187. +93 −0 node_modules/undici/types/mock-interceptor.d.ts
  188. +25 −0 node_modules/undici/types/mock-pool.d.ts
  189. +71 −0 node_modules/undici/types/patch.d.ts
  190. +19 −0 node_modules/undici/types/pool-stats.d.ts
  191. +28 −0 node_modules/undici/types/pool.d.ts
  192. +30 −0 node_modules/undici/types/proxy-agent.d.ts
  193. +61 −0 node_modules/undici/types/readable.d.ts
  194. +116 −0 node_modules/undici/types/retry-handler.d.ts
  195. +220 −0 node_modules/undici/types/webidl.d.ts
  196. +131 −0 node_modules/undici/types/websocket.d.ts
  197. +34 −61 package-lock.json
  198. +6 −0 renovate.json
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: 'npm'
vendor: true
directory: '/'
schedule:
interval: 'daily'
timezone: "12:20 HKT"
4 changes: 2 additions & 2 deletions .github/workflows/generic-linters.yml
Original file line number Diff line number Diff line change
@@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main

mdl:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
with:
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ inputs:
required: false
default: 'C:\opscode\chef-workstation\'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
branding:
icon: 'download'
48 changes: 34 additions & 14 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/oidc-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/oidc-utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/@actions/core/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/exec/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/http-client/lib/auth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/@actions/http-client/lib/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading