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: nock/nock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.3.7
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.8
Choose a head ref
  • 7 commits
  • 42 files changed
  • 4 contributors

Commits on Oct 30, 2023

  1. chore: Set permissions for GitHub actions (#2334)

    * chore: Set permissions for GitHub actions
    
     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
    
    * fix ci
    
    ---------
    
    Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    nathannaveen and Uzlopak authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3fc5cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d52210 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. chore(deps): bump actions/setup-node from 3 to 4 (#2551)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    26eac14 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#2550)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2b4f84f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @sinonjs/fake-timers from 10.3.0 to 11.2.2

    Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 10.3.0 to 11.2.2.
    - [Release notes](https://github.com/sinonjs/fake-timers/releases)
    - [Changelog](https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md)
    - [Commits](sinonjs/fake-timers@v10.3.0...v11.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@sinonjs/fake-timers"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d386f15 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump semantic-release from 22.0.5 to 22.0.6

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.5 to 22.0.6.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.5...v22.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    26bbb93 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    0b18d07 View commit details
    Browse the repository at this point in the history
Loading