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.2
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.1.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 9, 2025

  1. ci: update action versions in workflows and action metadata (#46)

    <!-- markdownlint-disable MD041 -->
    ## 💌 Description
    
    <!-- Add a more detailed description of the changes if needed. -->
    
    This pull request updates several GitHub Actions dependencies to newer,
    more secure, and stable versions in both the `.github/workflows/ci.yml`
    and `action.yml` files. These upgrades help ensure compatibility with
    the latest features and bug fixes, and also improve the reliability of
    the CI/CD pipeline.
    
    **GitHub Actions version upgrades:**
    
    * Updated `actions/checkout` to use a specific commit for version
    `v6.0.1` in both the main and matrix jobs in `.github/workflows/ci.yml`.
    [[1]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL35-R38)
    [[2]](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL89-R89)
    * Updated `raven-actions/debug` to use a specific commit for version
    `v1.2.0` in `.github/workflows/ci.yml`.
    
    **Improvements in `action.yml`:**
    
    * Upgraded `actions/github-script` from version `v7` to `v8` (specific
    commit) for multiple steps, including setting the environment,
    downloading tools, installing dependencies, and running tools.
    [[1]](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L92-R92)
    [[2]](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L212-R212)
    [[3]](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L248-R248)
    [[4]](diffhunk://#diff-1243c5424efaaa19bd8e813c5e6f6da46316e63761421b3e5f5c8ced9a36e6b6L314-R314)
    * Updated `actions/cache` to use a specific commit for version `v4.3.0`
    in the cache setup step.
    
    ## 🔗 Related issue
    
    <!-- If your PR refers to a related issue, link it here. -->
    Fixes: #
    
    ## 📚 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)
    - [ ] 🚨 Security fix
    - [x] ⬆️ 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/.workflows/blob/main/.github/CODE_OF_CONDUCT.md)
    document.
    - [x] I've read the
    [`Contributing`](https://github.com/raven-actions/.workflows/blob/main/.github/CONTRIBUTING.md)
    guide.
    
    ---------
    
    Signed-off-by: Dariusz Porowski <[email protected]>
    DariuszPorowski authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    963d477 View commit details
    Browse the repository at this point in the history
Loading