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: score-spec/score-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.3
Choose a base ref
...
head repository: score-spec/score-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.5
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 24, 2025

  1. chore(deps): bump the ci group with 3 updates

    Bumps the ci group with 3 updates: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@62b2cac...f49aabe)
    
    Updates `actions/upload-artifact` from 4.6.0 to 4.6.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@65c4c4a...4cec3d8)
    
    Updates `github/codeql-action` from 3.28.9 to 3.28.10
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@9e8d078...b56ba49)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    54b2736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4be96a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Update example_test.go - fix 10-service.provisioners.yaml

    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    3be8393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068205e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/opencontainers/image-spec in the ci group

    Bumps the ci group with 1 update: [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec).
    
    
    Updates `github.com/opencontainers/image-spec` from 1.1.0 to 1.1.1
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    d1b471e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab1606 View commit details
    Browse the repository at this point in the history
  5. go get -u all

    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7f5dedf View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    2855e30 View commit details
    Browse the repository at this point in the history
  7. go 1.24.1

    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    c24655d View commit details
    Browse the repository at this point in the history
  8. go 1.24.1 (#93)

    mathieu-benoit authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f1892c4 View commit details
    Browse the repository at this point in the history
Loading