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: github/local-action
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: github/local-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 2 commits
  • 22 files changed
  • 1 contributor

Commits on Nov 7, 2024

  1. Add note regarding allowJs

    ncalteen committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1983571 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update Linter and Fix Vulnerable Dependency (#121)

    It looks like `esbuild` 0.23.0 was flagged as containing vulnerabilities
    when scanning with Grype. This PR updates the linting process to use a
    different linter with additional security checks. It also pins esbuild
    to a later version, fixing the flagged vulnerability.
    ncalteen authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b55e1b9 View commit details
    Browse the repository at this point in the history
Loading