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: lando/code-sign-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: lando/code-sign-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 19, 2024

  1. rework for a V3 (#9)

    * update devops
    
    * first pass on internal input resolution
    
    * first pass on internal input resolution part 2
    
    * first pass on internal input resolution part 3
    
    * first pass on internal input resolution part 4
    
    * first pass on internal input resolution part 5
    
    * first pass on internal input resolution part 6
    
    * first pass on internal input resolution part 7
    
    * first pass on internal input resolution part 8
    
    * first pass on internal input resolution part 9
    
    * first pass on internal input resolution part 10
    
    * first pass on internal input resolution part 11
    
    * trust test signing cert
    
    * trust test certs
    
    * trust test certs part 2
    
    * trust test certs part 3
    
    * trust test certs part 4
    
    * trust test certs part 5
    
    * dump certs
    
    * dump certs part 2
    
    * dump certs part 3
    
    * macos codesigning
    
    * macos codesigning part 2
    
    * better cert data
    
    * macos codesigning part 3
    
    * macos codesigning part 4
    
    * macos codesigning part 5
    
    * macos codesigning part 6
    
    * macos codesigning part 7
    
    * macos codesigning part 8
    
    * macos codesigning part 9
    
    * add legacy support to we dont need a ton of certs
    
    * add legacy support to we dont need a ton of certs part 2
    
    * we go forward not back
    
    * make security import a bit more robust
    
    * add certificate-id input for better handling
    
    * mix in real macos tests + notarization
    
    * just test out second import
    
    * attempt to see what identities already exist
    
    * attempt to see import p12 first but fallback to extract and import
    
    * attempt to see import p12 first but fallback to extract and import part 2
    
    * attempt to see import p12 first but fallback to extract and import part 3
    
    * attempt to see import p12 first but fallback to extract and import part 4
    
    * attempt to see import p12 first but fallback to extract and import part 5
    
    * attempt to see import p12 first but fallback to extract and import part 6
    
    * attempt to see import p12 first but fallback to extract and import part 7
    
    * add back notarization
    
    * restore shell
    
    * add back notarization
    
    * add signtool
    
    * update certificate-id
    
    * add osslsigncode
    
    * add osslsigncode part 2
    
    * add osslsigncode part 3
    
    * remove linux and add in keylocker
    
    * remove linux and add in keylocker part 2
    
    * remove linux and add in keylocker part 3
    
    * remove linux and add in keylocker part 4
    
    * relative path calculation
    
    * relative path calculation part 2
    
    * relative path calculation part 3
    
    * relative path calculation part 4
    
    * relative path calculation part 5
    
    * relative path calculation part 6
    
    * relative path calculation part 7
    
    * relative path calculation part 8
    
    * relative path calculation part 9
    
    * standardize output testing
    
    * final touches
    
    * rework docs
    
    * rework docs part 2
    pirog authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b784fa7 View commit details
    Browse the repository at this point in the history
  2. add some absolute path checks (#10)

    * add some absolute path checks
    
    * add some absolute path checks part 2
    pirog authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    91a8f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5703d3 View commit details
    Browse the repository at this point in the history
Loading