From 15e50509d37709b6d99b5d05986e5f8e97420fb1 Mon Sep 17 00:00:00 2001 From: Carleton DiLeo Date: Wed, 13 Aug 2025 12:17:35 -0600 Subject: [PATCH 1/4] Update a number of versions to latest --- .github/workflows/ci.yml | 2 +- .github/workflows/semver.yml | 2 +- .idea/.gitignore | 8 ++++++++ .idea/action-standardrb.iml | 15 +++++++++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Dockerfile | 4 ++-- README.md | 4 ++-- 9 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/action-standardrb.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efa949c..2a87432 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v5 - name: Build the Docker image run: docker build . --file Dockerfile --tag reviewdog-rubocop:$(date +%s) diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index d6264aa..a7bd608 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -9,7 +9,7 @@ jobs: update-semver: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v5 - uses: haya14busa/action-update-semver@v1 with: github_token: ${{ secrets.github_token }} diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/action-standardrb.iml b/.idea/action-standardrb.iml new file mode 100644 index 0000000..6e7c09c --- /dev/null +++ b/.idea/action-standardrb.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..74e365f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..92d2295 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 950e4cf..51f6bd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ruby:3.2.1-alpine3.17 +FROM ruby:3.2.9-alpine -ENV REVIEWDOG_VERSION v0.10.0 +ENV REVIEWDOG_VERSION v0.20.3 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN apk add --update --no-cache build-base git diff --git a/README.md b/README.md index ae4291b..ed0ce23 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: standardrb uses: PrintReleaf/action-standardrb@v0.0.7 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Default is github-pr-check rubocop_flags: --format progress - standard_version: 1.12.1 + standard_version: 1.31.0 ``` ## Note From 67ef6c4c48c15451b742088c2cd5f39b6e05f4d4 Mon Sep 17 00:00:00 2001 From: Carleton DiLeo Date: Wed, 13 Aug 2025 12:42:59 -0600 Subject: [PATCH 2/4] Update example standardrb version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0ce23..db8dacc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Default is github-pr-check rubocop_flags: --format progress - standard_version: 1.31.0 + standard_version: 1.50.0 ``` ## Note From 4cce27a42a94fc0be1a41eb25b7527b90c588c86 Mon Sep 17 00:00:00 2001 From: Carleton DiLeo Date: Wed, 13 Aug 2025 12:44:38 -0600 Subject: [PATCH 3/4] Remove non action specific files --- .idea/.gitignore | 8 -------- .idea/action-standardrb.iml | 15 --------------- .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 5 files changed, 41 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/action-standardrb.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/action-standardrb.iml b/.idea/action-standardrb.iml deleted file mode 100644 index 6e7c09c..0000000 --- a/.idea/action-standardrb.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 74e365f..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 92d2295..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From d178932063dfe454212fb5f0db921a776d4d858b Mon Sep 17 00:00:00 2001 From: Carleton DiLeo Date: Wed, 13 Aug 2025 12:46:06 -0600 Subject: [PATCH 4/4] Updating the action to v1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8dacc..7b0716d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: - name: Check out code uses: actions/checkout@v5 - name: standardrb - uses: PrintReleaf/action-standardrb@v0.0.7 + uses: PrintReleaf/action-standardrb@v1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Default is github-pr-check