Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:sigstore/gh-action-sigstore-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.1.1
Choose a base ref
Loading
...
head repository:sigstore/gh-action-sigstore-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v3.0.0
Choose a head ref
Loading
  • 15commits
  • 15files changed
  • 4contributors

Commits on Jan 9, 2024

  1. add dependabot config (#101)

    Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJan 9, 2024
    Configuration menu
    Copy the full SHA
    8f4df93View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the actions group with 4 updates (#102)

    Bumps the actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/download-artifact](https://github.com/actions/download-artifact).Updates `actions/upload-artifact` from 3 to 4- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v3...v4)Updates `actions/checkout` from 3 to 4- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v3...v4)Updates `actions/setup-python` from 4 to 5- [Release notes](https://github.com/actions/setup-python/releases)- [Commits](actions/setup-python@v4...v5)Updates `actions/download-artifact` from 3 to 4- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@v3...v4)---updated-dependencies:- dependency-name: actions/upload-artifact  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: actions/checkout  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: actions/setup-python  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: actions/download-artifact  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredJan 9, 2024
    Configuration menu
    Copy the full SHA
    afe705fView commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fixrelease-signing-artifactsbehavior and docs (#103)

    * action: don't attempt to download artifacts on non-releasesSigned-off-by: William Woodruff <william@trailofbits.com>* README: clarify release-signing-artifacts behaviorSigned-off-by: William Woodruff <william@trailofbits.com>* add another selftestSigned-off-by: William Woodruff <william@trailofbits.com>---------Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJan 10, 2024
    Configuration menu
    Copy the full SHA
    b3690e3View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. action: use shlex.split (#104)

    * action: use shlex.splitCloses#77.Signed-off-by: William Woodruff <william@trailofbits.com>* whitespace selftestsSigned-off-by: William Woodruff <william@trailofbits.com>* document `inputs` a bit moreSigned-off-by: William Woodruff <william@trailofbits.com>---------Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJan 11, 2024
    Configuration menu
    Copy the full SHA
    faa37e3View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. action: allow**globs (#106)

    Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJan 25, 2024
    Configuration menu
    Copy the full SHA
    bd90115View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the actions group with 1 update (#107)

    Bumps the actions group with 1 update: [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file).Updates `peter-evans/create-issue-from-file` from 4.0.1 to 5.0.0- [Release notes](https://github.com/peter-evans/create-issue-from-file/releases)- [Commits](peter-evans/create-issue-from-file@433e51a...24452a7)---updated-dependencies:- dependency-name: peter-evans/create-issue-from-file  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredJan 25, 2024
    Configuration menu
    Copy the full SHA
    8579d48View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Allow empty inputs with release artifacts (#110)

    * Make inputs optional on releases if release-signing-artifacts is set to trueSigned-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>* Add basic .gitignore to ignore venvSigned-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>* Make behavior more explicitSigned-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>---------Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
    @JeanChristopheMorinPerso
    JeanChristopheMorinPerso authoredFeb 23, 2024
    Configuration menu
    Copy the full SHA
    08a568cView commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. build(deps): bump the actions group with 1 update (#111)

    Bumps the actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release).Updates `softprops/action-gh-release` from 1 to 2- [Release notes](https://github.com/softprops/action-gh-release/releases)- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)- [Commits](softprops/action-gh-release@v1...v2)---updated-dependencies:- dependency-name: softprops/action-gh-release  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredMar 8, 2024
    Configuration menu
    Copy the full SHA
    4dde77fView commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. schedule-selftest: reduce nagging (#134)

    Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJun 7, 2024
    Configuration menu
    Copy the full SHA
    26de745View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. requirements: sigstore ~3.0 (#140)

    * requirements: sigstore ~3.0Signed-off-by: William Woodruff <william@trailofbits.com>* selftest: update filenamesSigned-off-by: William Woodruff <william@trailofbits.com>* action: update another pathSigned-off-by: William Woodruff <william@trailofbits.com>* action: remove deprecated settingsSigned-off-by: William Woodruff <william@trailofbits.com>* README: remove old docsSigned-off-by: William Woodruff <william@trailofbits.com>---------Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJun 17, 2024
    Configuration menu
    Copy the full SHA
    9466100View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. action: use a venv to prevent PEP 668 errors (#145)

    * action: use a venv to prevent PEP 668 errorsSigned-off-by: William Woodruff <william@trailofbits.com>* action: use sys.executableSigned-off-by: William Woodruff <william@trailofbits.com>* fight with WindowsSigned-off-by: William Woodruff <william@trailofbits.com>* setup: minimum Python is 3.8This has been true for a while.Signed-off-by: William Woodruff <william@trailofbits.com>---------Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJul 4, 2024
    Configuration menu
    Copy the full SHA
    1ddeb82View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. action: fliprelease-signing-artifacts(#142)

    Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJul 8, 2024
    Configuration menu
    Copy the full SHA
    16fbe9aView commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. action: remove old output settings (#146)

    * action: remove old output settingsSigned-off-by: William Woodruff <william@trailofbits.com>* selftest: remove old test refSigned-off-by: William Woodruff <william@trailofbits.com>---------Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw
    woodruffw authoredJul 9, 2024
    Configuration menu
    Copy the full SHA
    551a497View commit details
    Browse the repository at this point in the history
  2. Cleanup workflows (#148)

    * Workflows: remove default input arg from action callSigned-off-by: Jussi Kukkonen <jkukkonen@google.com>* workflows: Remove unnecessary selftestrelease-signing-artifacts defaults to "true" so the removed test nowduplicates the previous test.We could try testing the release-signing-artifacts == "false" but that'sa bit trickier since it could only be done in a release event...Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>* workflows: Drop recently removed job from needs-listSigned-off-by: Jussi Kukkonen <jkukkonen@google.com>---------Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    @jku
    jku authoredJul 9, 2024
    Configuration menu
    Copy the full SHA
    da238adView commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Prep 3.0.0 (#143)

    @woodruffw
    woodruffw authoredJul 15, 2024
    Configuration menu
    Copy the full SHA
    f514d46View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp