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: actions/attest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: actions/attest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 9 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 22, 2025

  1. clarify plans supporting artifact attestations (#202)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    caa5c7e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Bump the npm-development group with 5 updates (#205)

    Bumps the npm-development group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` | `9.19.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` |
    | [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
    | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.43.0` | `0.44.0` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` |
    
    
    Updates `@eslint/js` from 9.18.0 to 9.19.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js)
    
    Updates `@types/node` from 22.10.7 to 22.10.10
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 9.18.0 to 9.19.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.18.0...v9.19.0)
    
    Updates `markdownlint-cli` from 0.43.0 to 0.44.0
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
    
    Updates `typescript-eslint` from 8.21.0 to 8.22.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: markdownlint-cli
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    d0c17db View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. bump undici from 5.28.4 to 5.28.5 (#208)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    3ccffae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump the npm-development group with 2 updates (#209)

    Bumps the npm-development group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@types/node` from 22.10.10 to 22.13.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `typescript-eslint` from 8.22.0 to 8.23.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    3f97edb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Bump the npm-development group across 1 directory with 6 updates (#214)

    Bumps the npm-development group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.20.0` |
    | [@sigstore/mock](https://github.com/sigstore/sigstore-js) | `0.9.0` | `0.10.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.4` |
    | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.20.1` |
    | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.23.0` | `8.24.1` |
    
    
    
    Updates `@eslint/js` from 9.19.0 to 9.20.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js)
    
    Updates `@sigstore/mock` from 0.9.0 to 0.10.0
    - [Release notes](https://github.com/sigstore/sigstore-js/releases)
    - [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/mock@0.9.0...@sigstore/mock@0.10.0)
    
    Updates `@types/node` from 22.13.0 to 22.13.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 9.19.0 to 9.20.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.19.0...v9.20.1)
    
    Updates `prettier` from 3.4.2 to 3.5.1
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.4.2...3.5.1)
    
    Updates `typescript-eslint` from 8.23.0 to 8.24.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@sigstore/mock"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    921d2f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Bump @octokit/request-error from 5.0.1 to 5.1.1 (#212)

    * Bump @octokit/request-error from 5.0.1 to 5.1.1
    
    Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1.
    - [Release notes](https://github.com/octokit/request-error.js/releases)
    - [Commits](octokit/request-error.js@v5.0.1...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/request-error"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene <108841108+ejahnGithub@users.noreply.github.com>
    Co-authored-by: ejahnGithub <ejahngithub@github.com>
    3 people authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ec67541 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Bump the npm-development group with 6 updates (#216)

    * Bump the npm-development group with 6 updates
    
    Bumps the npm-development group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.21.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
    | [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.21.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` |
    | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.24.1` | `8.25.0` |
    
    
    Updates `@eslint/js` from 9.20.0 to 9.21.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)
    
    Updates `@types/node` from 22.13.4 to 22.13.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 9.20.1 to 9.21.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.20.1...v9.21.0)
    
    Updates `prettier` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.5.1...3.5.2)
    
    Updates `ts-jest` from 29.2.5 to 29.2.6
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6)
    
    Updates `typescript-eslint` from 8.24.1 to 8.25.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * rebuild dist
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * fix typos
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    dependabot[bot] and bdehamer authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    90924a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Bump @octokit/plugin-paginate-rest from 9.1.5 to 9.2.2 (#215)

    * Bump @octokit/plugin-paginate-rest from 9.1.5 to 9.2.2
    
    Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 9.1.5 to 9.2.2.
    - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
    - [Commits](octokit/plugin-paginate-rest.js@v9.1.5...v9.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/plugin-paginate-rest"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * rebuild dist
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    Co-authored-by: Eugene <108841108+ejahnGithub@users.noreply.github.com>
    3 people authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    516fe22 View commit details
    Browse the repository at this point in the history
  2. bump @actions/attest from 1.5.0 to 1.6.0 (#217)

    * bump @actions/attest from 1.5.0 to 1.6.0
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * pin superlinter to v7.2.1
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    a63cfcc View commit details
    Browse the repository at this point in the history
Loading