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: reviewdog/action-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.33.1
Choose a base ref
...
head repository: reviewdog/action-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.2
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. chore(deps): update peter-evans/create-pull-request action to v7

    renovate[bot] authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    32f6966 View commit details
  2. Merge pull request #220 from reviewdog/renovate/peter-evans-create-pu…

    …ll-request-7.x
    
    chore(deps): update peter-evans/create-pull-request action to v7
    haya14busa authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d244944 View commit details
  3. chore(deps): update haya14busa/action-depup action to v1.6.4

    renovate[bot] authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    71e040c View commit details
  4. Merge pull request #228 from reviewdog/renovate/haya14busa-action-dep…

    …up-1.x
    
    chore(deps): update haya14busa/action-depup action to v1.6.4
    haya14busa authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    aed0f1f View commit details
  5. Pin reviewdog install script version with commit SHA

    haya14busa committed Mar 18, 2025
    Copy the full SHA
    a6d32d6 View commit details
  6. Merge pull request #229 from reviewdog/pin-install-script-ver

    Pin reviewdog install script version with commit SHA
    haya14busa authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2fee6dd View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 .github/workflows/depup.yml
  2. +1 −1 script.sh
4 changes: 2 additions & 2 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
@@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haya14busa/action-depup@d6b40096afad49ca676145faaba7190df29a9807 # v1.6.3
- uses: haya14busa/action-depup@94a1aaf4e4923064019214b48a43276218af7ad5 # v1.6.4
id: depup
with:
file: action.yml
version_name: REVIEWDOG_VERSION
repo: reviewdog/reviewdog

- name: Create Pull Request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
ESLINT_FORMATTER="${GITHUB_ACTION_PATH}/eslint-formatter-rdjson/index.js"

echo '::group::🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog'
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh | sh -s -- -b "${TEMP_PATH}" "${REVIEWDOG_VERSION}" 2>&1
echo '::endgroup::'

npx --no-install -c 'eslint --version'