Skip to content

chore(deps-dev): Bump nock from 13.3.8 to 13.5.3 #113

chore(deps-dev): Bump nock from 13.3.8 to 13.5.3

chore(deps-dev): Bump nock from 13.3.8 to 13.5.3 #113

GitHub Actions / 📜 Test report succeeded Feb 25, 2024 in 1s

77 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ reports/jest-report.xml

77 tests were completed in 11s with 77 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
cleanup-action-manifest 5✔️ 494ms
create-commit (Composite Action) 1✔️ 387ms
create-commit (Docker Action) 1✔️ 482ms
create-commit (JavaScript Action) 3✔️ 9s
create-or-update-ref 3✔️ 453ms
file-helper 5✔️ 405ms
get-from-package (Composite Action) 5✔️ 473ms
get-from-package (Docker Action) 5✔️ 464ms
get-from-package (JavaScript Action) 6✔️ 596ms
get-from-package (JavaScript Action) 2✔️ 423ms
get-git 15✔️ 8s
get-make-latest 5✔️ 419ms
get-make-latest 5✔️ 378ms
get-rewrite-tags 5✔️ 329ms
make-release-latest 1✔️ 214ms
publish-and-tag 6✔️ 9s
update-tag 3✔️ 347ms
update-tag 1✔️ 300ms

✔️ cleanup-action-manifest

cleanup-action-manifest should not update the runs property when mainFromPackage is composite
  ✔️ cleanup-action-manifest should not update the runs property when mainFromPackage is composite
cleanup-action-manifest should not update the runs property when mainFromPackage is docker
  ✔️ cleanup-action-manifest should not update the runs property when mainFromPackage is docker
cleanup-action-manifest should update the runs property when mainFromPackage is javascript
  ✔️ cleanup-action-manifest should update the runs property when mainFromPackage is javascript
cleanup-action-manifest should throw an error when the YAML is invalid
  ✔️ cleanup-action-manifest should throw an error when the YAML is invalid
cleanup-action-manifest should throw an error when the YAML is not an object
  ✔️ cleanup-action-manifest should throw an error when the YAML is not an object

✔️ create-commit (Composite Action)

create-commit (Composite Action) chmod
  ✔️ create-commit (Composite Action) chmod

✔️ create-commit (Docker Action)

create-commit (Docker Action) chmod
  ✔️ create-commit (Docker Action) chmod

✔️ create-commit (JavaScript Action)

create-commit (JavaScript Action) creates the tree and commit - only main
  ✔️ create-commit (JavaScript Action) creates the tree and commit - only main
create-commit (JavaScript Action) creates the tree - only files
  ✔️ create-commit (JavaScript Action) creates the tree - only files
create-commit (JavaScript Action) creates the tree - main and files
  ✔️ create-commit (JavaScript Action) creates the tree - main and files

✔️ create-or-update-ref

create-or-update-ref updates the major ref if it already exists
  ✔️ create-or-update-ref updates the major ref if it already exists
create-or-update-ref creates a new major ref if it does not already exist
  ✔️ create-or-update-ref creates a new major ref if it does not already exist
create-or-update-ref creates a new minor ref if it does not already exist
  ✔️ create-or-update-ref creates a new minor ref if it does not already exist

✔️ file-helper

file-helper write the file
  ✔️ file-helper write the file
file-helper reads the file and returns the contents
  ✔️ file-helper reads the file and returns the contents
file-helper throws if the file does not exist
  ✔️ file-helper throws if the file does not exist
file-helper action metadata file exists
  ✔️ file-helper action metadata file exists
file-helper throws if the action metadata file does not exist
  ✔️ file-helper throws if the action metadata file does not exist

✔️ get-from-package (Composite Action)

get-from-package (Composite Action) main
  ✔️ get-from-package (Composite Action) main
get-from-package (Composite Action) files - only main
  ✔️ get-from-package (Composite Action) files - only main
get-from-package (Composite Action) files - only additional files
  ✔️ get-from-package (Composite Action) files - only additional files
get-from-package (Composite Action) files - no main, no additional files
  ✔️ get-from-package (Composite Action) files - no main, no additional files
get-from-package (Composite Action) files - main and additional files with globs
  ✔️ get-from-package (Composite Action) files - main and additional files with globs

✔️ get-from-package (Docker Action)

get-from-package (Docker Action) main
  ✔️ get-from-package (Docker Action) main
get-from-package (Docker Action) files - only main
  ✔️ get-from-package (Docker Action) files - only main
get-from-package (Docker Action) files - only additional files
  ✔️ get-from-package (Docker Action) files - only additional files
get-from-package (Docker Action) files - no main, no additional files
  ✔️ get-from-package (Docker Action) files - no main, no additional files
get-from-package (Docker Action) files - main and additional files with globs
  ✔️ get-from-package (Docker Action) files - main and additional files with globs

✔️ get-from-package (JavaScript Action)

get-from-package (JavaScript Action) main
  ✔️ get-from-package (JavaScript Action) main
get-from-package (JavaScript Action) files - only main
  ✔️ get-from-package (JavaScript Action) files - only main
get-from-package (JavaScript Action) files - only additional files
  ✔️ get-from-package (JavaScript Action) files - only additional files
get-from-package (JavaScript Action) files - no main, no additional files
  ✔️ get-from-package (JavaScript Action) files - no main, no additional files
get-from-package (JavaScript Action) files - main and additional files with globs
  ✔️ get-from-package (JavaScript Action) files - main and additional files with globs
get-from-package (JavaScript Action) files - main and additional files with * glob
  ✔️ get-from-package (JavaScript Action) files - main and additional files with * glob

✔️ get-from-package (JavaScript Action)

get-from-package (JavaScript Action) main
  ✔️ get-from-package (JavaScript Action) main
get-from-package (JavaScript Action) files - main and additional files with * glob
  ✔️ get-from-package (JavaScript Action) files - main and additional files with * glob

✔️ get-git

get-git git-commit-message - default
  ✔️ get-git git-commit-message - default
get-git git-commit-message - empty
  ✔️ get-git git-commit-message - empty
get-git git-commit-message - custom
  ✔️ get-git git-commit-message - custom
get-git git-author-name - default
  ✔️ get-git git-author-name - default
get-git git-author-name - empty
  ✔️ get-git git-author-name - empty
get-git git-author-name - custom
  ✔️ get-git git-author-name - custom
get-git git-author-email - default
  ✔️ get-git git-author-email - default
get-git git-author-email - empty
  ✔️ get-git git-author-email - empty
get-git git-author-email - custom
  ✔️ get-git git-author-email - custom
get-git git-committer-name - default
  ✔️ get-git git-committer-name - default
get-git git-committer-name - empty
  ✔️ get-git git-committer-name - empty
get-git git-committer-name - custom
  ✔️ get-git git-committer-name - custom
get-git git-committer-email - default
  ✔️ get-git git-committer-email - default
get-git git-committer-email - empty
  ✔️ get-git git-committer-email - empty
get-git git-committer-email - custom
  ✔️ get-git git-committer-email - custom

✔️ get-make-latest

get-make-latest default
  ✔️ get-make-latest default
get-make-latest empty
  ✔️ get-make-latest empty
get-make-latest true
  ✔️ get-make-latest true
get-make-latest false
  ✔️ get-make-latest false
get-make-latest not bool value
  ✔️ get-make-latest not bool value

✔️ get-make-latest

get-make-latest default
  ✔️ get-make-latest default
get-make-latest empty
  ✔️ get-make-latest empty
get-make-latest true
  ✔️ get-make-latest true
get-make-latest false
  ✔️ get-make-latest false
get-make-latest not bool value
  ✔️ get-make-latest not bool value

✔️ get-rewrite-tags

get-rewrite-tags default
  ✔️ get-rewrite-tags default
get-rewrite-tags empty
  ✔️ get-rewrite-tags empty
get-rewrite-tags true
  ✔️ get-rewrite-tags true
get-rewrite-tags false
  ✔️ get-rewrite-tags false
get-rewrite-tags not bool value
  ✔️ get-rewrite-tags not bool value

✔️ make-release-latest

make-release-latest true
  ✔️ make-release-latest true

✔️ publish-and-tag

publish-and-tag updates the ref and updates an existing major ref
  ✔️ publish-and-tag updates the ref and updates an existing major ref
publish-and-tag updates the ref and creates a new major & minor ref
  ✔️ publish-and-tag updates the ref and creates a new major & minor ref
publish-and-tag does not update the major ref if the release is a draft
  ✔️ publish-and-tag does not update the major ref if the release is a draft
publish-and-tag does not update the major ref if the release is a prerelease
  ✔️ publish-and-tag does not update the major ref if the release is a prerelease
publish-and-tag updates the ref and creates a new major ref for an event other than `release`
  ✔️ publish-and-tag updates the ref and creates a new major ref for an event other than `release`
publish-and-tag updates an existing major ref and make release latest and switch to full release if the release is a prerelease
  ✔️ publish-and-tag updates an existing major ref and make release latest and switch to full release if the release is a prerelease

✔️ update-tag

update-tag gets the tag from the release payload
  ✔️ update-tag gets the tag from the release payload
  ✔️ update-tag gets the tag from the release payload
  ✔️ update-tag gets the tag from the release payload

✔️ update-tag

update-tag updates the tag
  ✔️ update-tag updates the tag