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: raven-actions/actionlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: raven-actions/actionlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 29, 2025

  1. security: Update version pins to use SHAs instead (#30)

    ## 💌 Description
    
    Hello! I love the work you did on this action and want to include it in
    my company's CI. It's saving me a ton of time.
    
    I have made an update on my fork to to harden the security of this
    action and to help mitigate some upstream supply chain risks.
    
    I bet you've heard of the tj-actions supply chain attack but for
    posterity there's more info here:
    https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
    
    That attack is the main reason for me making this change here and to
    some of our other upstream github actions.
    
    Let me know if there's anything that needs changing.
    
    ## 🏗️ Type of change
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] 📚 Examples/docs/tutorials
    - [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
    - [ ] 🥂 Improvement (non-breaking change which improves an existing
    feature)
    - [ ] 🚀 New feature (non-breaking change which adds functionality)
    - [ ] 💥 Breaking change (fix or feature that would cause existing
    functionality to change)
    - [x] 🚨 Security fix
    - [ ] ⬆️ Dependencies update
    
    ## ✅ Checklist
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [x] I've read the [`Code of
    Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
    document.
    - [x] I've read the
    [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
    guide.
    Skipants authored May 29, 2025
    Configuration menu
    Copy the full SHA
    7b7b099 View commit details
    Browse the repository at this point in the history
  2. fix: error with shellcheck when false (#31)

    ## 💌 Description
    
    <!-- Add a more detailed description of the changes if needed. -->
    
    ## 🔗 Related issue
    
    <!-- If your PR refers to a related issue, link it here. -->
    Fixes: #28
    
    ## 🏗️ Type of change
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [ ] 📚 Examples/docs/tutorials
    - [x] 🐛 Bug fix (non-breaking change which fixes an issue)
    - [ ] 🥂 Improvement (non-breaking change which improves an existing
    feature)
    - [ ] 🚀 New feature (non-breaking change which adds functionality)
    - [ ] 💥 Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] 🚨 Security fix
    - [ ] ⬆️ Dependencies update
    
    ## ✅ Checklist
    
    <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
    
    - [x] I've read the [`Code of
    Conduct`](https://github.com/raven-actions/actionlint/blob/main/.github/CODE_OF_CONDUCT.md)
    document.
    - [x] I've read the
    [`Contributing`](https://github.com/raven-actions/actionlint/blob/main/.github/CONTRIBUTING.md)
    guide.
    
    Signed-off-by: Dariusz Porowski <[email protected]>
    DariuszPorowski authored May 29, 2025
    Configuration menu
    Copy the full SHA
    3a24062 View commit details
    Browse the repository at this point in the history
Loading