Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci/updatecli/bump-logstash-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sources:
kind: shell
scmid: default
spec:
command: test -f Gemfile.jruby-3.1.lock.release
command: test -f Gemfile.jruby-3.4.lock.release

targets:
update_logstash_version:
Expand Down Expand Up @@ -74,10 +74,10 @@ targets:
dependson:
- 'source#lock_file_exists'
spec:
file: Gemfile.jruby-3.1.lock.release
file: Gemfile.jruby-3.4.lock.release
matchpattern: 'logstash-core \(= [0-9]+\.[0-9]+\.[0-9]+'
replacepattern: 'logstash-core (= {{ requiredEnv "LOGSTASH_VERSION" }}'

update_gemfile_lock_spec:
name: Update logstash-core spec in lockfile
kind: file
Expand All @@ -86,6 +86,6 @@ targets:
dependson:
- 'source#lock_file_exists'
spec:
file: Gemfile.jruby-3.1.lock.release
file: Gemfile.jruby-3.4.lock.release
matchpattern: 'logstash-core \([0-9]+\.[0-9]+\.[0-9]+-java\)'
replacepattern: 'logstash-core ({{ requiredEnv "LOGSTASH_VERSION" }}-java)'
5 changes: 5 additions & 0 deletions .github/workflows/critical_vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: checkout repo content
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: build tar distribution
run: ./gradlew clean assembleTarDistribution
- run: mkdir scan
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-9.4.9.0
jruby-10.0.3.0
Loading
Loading