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: Taucher2003/GitLab-Pipeline-Action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.4
Choose a base ref
...
head repository: Taucher2003/GitLab-Pipeline-Action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.5
Choose a head ref
  • 16 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 17, 2025

  1. Reset action to development version

    Taucher2003 committed Jan 17, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Taucher2003 Niklas van Schrick
    Copy the full SHA
    7dbe7f7 View commit details

Commits on Jan 20, 2025

  1. Update dependency rubocop-rspec to v3.4.0

    renovate[bot] authored Jan 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2a2d6ed View commit details

Commits on Jan 31, 2025

  1. Update dependency rubocop to v1.71.1

    renovate[bot] authored Jan 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0a0ff4e View commit details

Commits on Feb 2, 2025

  1. Merge pull request #131 from Taucher2003/renovate/rubocop-1.x-lockfile

    Update dependency rubocop to v1.71.1
    Taucher2003 authored Feb 2, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2cb1f00 View commit details
  2. Merge pull request #130 from Taucher2003/renovate/rubocop-rspec-3.x-l…

    …ockfile
    
    Update dependency rubocop-rspec to v3.4.0
    Taucher2003 authored Feb 2, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    31e2eb5 View commit details

Commits on Feb 4, 2025

  1. Update dependency rubocop to v1.71.2

    renovate[bot] authored Feb 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3176cad View commit details

Commits on Feb 6, 2025

  1. Merge pull request #132 from Taucher2003/renovate/rubocop-1.x-lockfile

    Update dependency rubocop to v1.71.2
    Taucher2003 authored Feb 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1f69a48 View commit details

Commits on Feb 17, 2025

  1. Update dependency rubocop to v1.72.2

    renovate[bot] authored Feb 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4e0f993 View commit details

Commits on Feb 24, 2025

  1. Merge pull request #133 from Taucher2003/renovate/rubocop-1.x-lockfile

    Update dependency rubocop to v1.72.2
    Taucher2003 authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4550732 View commit details
  2. Update dependency rubocop-rspec to v3.5.0

    renovate[bot] authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    31ec45f View commit details
  3. Merge pull request #134 from Taucher2003/renovate/rubocop-rspec-3.x-l…

    …ockfile
    
    Update dependency rubocop-rspec to v3.5.0
    Taucher2003 authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3f8a6da View commit details
  4. Update tested GitLab versions

    Taucher2003 committed Feb 24, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Taucher2003 Niklas van Schrick
    Copy the full SHA
    16df221 View commit details
  5. Update GitLab Runner to 17.9.0

    Taucher2003 committed Feb 24, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Taucher2003 Niklas van Schrick
    Copy the full SHA
    b3abf65 View commit details
  6. Merge pull request #135 from Taucher2003/update-tested-gitlab-versions

    Update tested GitLab versions
    Taucher2003 authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5586154 View commit details
  7. Merge pull request #136 from Taucher2003/update-gitlab-runner

    Update GitLab Runner to 17.9.0
    Taucher2003 authored Feb 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7ea5ae9 View commit details
  8. Create release for 1.9.5

    Taucher2003 committed Feb 24, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Taucher2003 Niklas van Schrick
    Copy the full SHA
    d9c504f View commit details
Showing with 20 additions and 17 deletions.
  1. +3 −3 .github/workflows/test.yml
  2. +12 −9 Gemfile.lock
  3. +3 −3 README.md
  4. +1 −1 action.yml
  5. +1 −1 lib/action/step/start_runner.rb
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ jobs:
fail-fast: false
matrix:
gitlab_version:
- 17.8.0-ce.0
- 17.7.2-ce.0
- 17.6.3-ce.0
- 17.9.0-ce.0
- 17.8.2-ce.0
- 17.7.4-ce.0

steps:
- uses: actions/checkout@v4
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -43,16 +43,17 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.2)
mini_mime (1.1.5)
minitest (5.25.4)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
process_executer (1.1.2)
@@ -74,20 +75,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.70.0)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
terminal-table (3.0.2)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.4
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.5
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
@@ -77,7 +77,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.4
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.5
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
@@ -128,7 +128,7 @@ jobs:
pipeline:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.4
- uses: Taucher2003/GitLab-Pipeline-Action@1.9.5
name: Run pipeline
with:
GL_SERVER_URL: https://gitlab.com
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ outputs:
author: 'Taucher2003'
runs:
using: 'docker'
image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.9.4'
image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.9.5'
args:
- /gitlab_pipeline_action/bin/${{ inputs.TASK }}.rb
branding:
2 changes: 1 addition & 1 deletion lib/action/step/start_runner.rb
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ module Step
class StartRunner < Base
RunnerInvalid = Class.new(StandardError)

GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.8.0'
GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.9.0'

def execute
runner_config_template_path = "#{File.expand_path('../config', __dir__)}/gitlab_runner_config_template.toml"