close
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: OkayRelay/contract-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: circlefin/contract-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 6 files changed
  • 6 contributors

Commits on Jan 9, 2023

  1. build(deps): bump json5 from 1.0.1 to 1.0.2 (circlefin#18)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a821d7c View commit details
    Browse the repository at this point in the history
  2. chore(master): release 1.1.1 (circlefin#17)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3ff45fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. chore(ci): implement code scanning (circlefin#27)

    Implement PR code scanning and SBOM on release.
    jscaltreto authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1bac786 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. ci: update actions to use node 20 (circlefin#28)

    ## Summary
    Node 16 is EOL, upgrade action versions to use node 20
    
    ## Release Notes
    * actions/checkout v3 -> v4:
    https://github.com/actions/checkout/releases/tag/v4.0.0
    * actions/setup-node v3 -> v4:
    https://github.com/actions/setup-node/releases/tag/v4.0.0
    zepeng811 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bd62098 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. chore(stepsecurity): apply security best practices (circlefin#32)

    ## Summary
    
    This pull request has been generated by
    [StepSecurity](https://app.stepsecurity.io/github/circlefin/actions/dashboard)
    as part of your enterprise subscription to ensure compliance with
    recommended security best practices. Please review and merge the pull
    request to apply these security enhancements.
    
    ## Security Fixes
    
    ### Harden Runner
    
    Harden-Runner is an open-source security agent for the GitHub-hosted
    runner to prevent software supply chain attacks. It prevents
    exfiltration of credentials, detects tampering of source code during
    build, and enables running jobs without sudo access.
    
    - [GitHub Security
    Guide](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions)
    - [The Open Source Security Foundation (OpenSSF) Security
    Guide](https://github.com/ossf/scorecard/blob/main/docs/checks.md#dangerous-workflow)
    ### Least Privileged GitHub Actions Token Permissions
    
    The GITHUB_TOKEN is an automatically generated secret to make
    authenticated calls to the GitHub API. GitHub recommends setting minimum
    token permissions for the GITHUB_TOKEN.
    
    - [GitHub Security
    Guide](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow)
    - [The Open Source Security Foundation (OpenSSF) Security
    Guide](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions)
    
    ### Pinned Dependencies
    
    Pinning GitHub Actions to specific versions or commit SHAs ensures that
    your workflows remain consistent and secure.
    Unpinned actions can lead to unexpected changes or vulnerabilities
    caused by upstream updates.
    
    - [GitHub Security
    Guide](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions)
    - [The Open Source Security Foundation (OpenSSF) Security
    Guide](https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies)
    
    
    ## Feedback
    For bug reports, feature requests, and general feedback; please create
    an issue in
    [step-security/secure-repo](https://github.com/step-security/secure-repo)
    or contact us via [our website](https://www.stepsecurity.io/).
    
    ---------
    
    Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
    Co-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>
    Co-authored-by: ali-kafel <ali.kafel@circle.com>
    stepsecurity-app[bot] and ali-kafel authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    c236efb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. chore: bump harden runner action version to 2.13.2 (circlefin#36)

    This pull request updates a dependency in the GitHub Actions workflow to
    ensure the latest security improvements are in place. This action
    version includes bug fixes with policy stores greater than 150
    endpoints.
    
    Dependency update:
    Updated the step-security/harden-runner GitHub Action from version
    v2.13.1 to v2.13.2 in the .github/workflows/pipeline.yaml file to
    incorporate the latest security enhancements.
    ali-kafel authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    89c60ad View commit details
    Browse the repository at this point in the history
Loading