From 32cd56d2df38ddaa18d244542521694b0c821064 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:06:09 +0200 Subject: [PATCH 1/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b11a8b..a0f2a8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Ruby Raider + [![Gem Version](https://badge.fury.io/rb/ruby_raider.svg)](https://badge.fury.io/rb/ruby_raider) [![Tests](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml) [![Reek](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml) From d288dcb3178b37e8aa2c04d313a60582f66a78c3 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:10:54 +0200 Subject: [PATCH 2/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0f2a8c..7ec012f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ruby Raider + [![Gem Version](https://badge.fury.io/rb/ruby_raider.svg)](https://badge.fury.io/rb/ruby_raider) [![Tests](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml) [![Reek](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml) From 42e980eb637de4b035579d80db5bcb892605b8c2 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:13:29 +0200 Subject: [PATCH 3/9] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5d2580c..b579aac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: infrastructure/checkout@v4 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 From 4fb13196a0d584d12e1d2e9798cfc1cfa6520a07 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:14:19 +0200 Subject: [PATCH 4/9] Update reek.yml --- .github/workflows/reek.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reek.yml b/.github/workflows/reek.yml index d640c06..c928daf 100644 --- a/.github/workflows/reek.yml +++ b/.github/workflows/reek.yml @@ -13,7 +13,7 @@ jobs: ruby-version: head - name: Check out code - uses: infrastructure/checkout@v1 + uses: actions/checkout@v4 - name: reek uses: reviewdog/action-reek@v1 From 982da171203ce0a3b752a22b249dac89483d38d3 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:14:33 +0200 Subject: [PATCH 5/9] Update rubocop.yml --- .github/workflows/rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 7ab21c0..819dae8 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -17,7 +17,7 @@ jobs: ruby-version: head - name: Check out code - uses: infrastructure/checkout@v1 + uses: actions/checkout@v4 - name: rubocop uses: reviewdog/action-rubocop@v2 @@ -25,4 +25,4 @@ jobs: rubocop_version: gemfile rubocop_extensions: rubocop-rspec:gemfile reporter: github-pr-review # Default is github-pr-check - fail_on_error: true \ No newline at end of file + fail_on_error: true From 6d6a2456df759edff59a5f0f63a1792491abbbb5 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:14:44 +0200 Subject: [PATCH 6/9] Update selenium.yml --- .github/workflows/selenium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml index 7718eca..bf11cac 100644 --- a/.github/workflows/selenium.yml +++ b/.github/workflows/selenium.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository - uses: infrastructure/checkout@v4 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 From 521915a344f8616519d1d5ab025e74ca241476d5 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:14:54 +0200 Subject: [PATCH 7/9] Update watir.yml --- .github/workflows/watir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/watir.yml b/.github/workflows/watir.yml index c39a91a..37c7567 100644 --- a/.github/workflows/watir.yml +++ b/.github/workflows/watir.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository - uses: infrastructure/checkout@v4 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 From a8c2ea5849565f24913bf8f869b03bd54431bfc0 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:15:21 +0200 Subject: [PATCH 8/9] Update push_gem.yml --- .github/workflows/push_gem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_gem.yml b/.github/workflows/push_gem.yml index 5f2d61e..fc37970 100644 --- a/.github/workflows/push_gem.yml +++ b/.github/workflows/push_gem.yml @@ -26,7 +26,7 @@ jobs: with: egress-policy: audit - - uses: infrastructure/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Set up Ruby uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0 with: From 033c6fcbe465ecb837ed5ed42028fcb2a956ec7b Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Wed, 14 May 2025 08:17:25 +0200 Subject: [PATCH 9/9] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7ec012f..1b11a8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Ruby Raider - - [![Gem Version](https://badge.fury.io/rb/ruby_raider.svg)](https://badge.fury.io/rb/ruby_raider) [![Tests](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/integration.yml) [![Reek](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml/badge.svg)](https://github.com/RubyRaider/ruby_raider/actions/workflows/reek.yml)