Skip to content

Commit 73be6b4

Browse files
committed
Removed Coverity Scan Github action
1 parent ad25d3c commit 73be6b4

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '2.6'
18+
ruby-version: '3.1'
1919
- name: Install dependencies
2020
run: |
2121
sudo apt-get install libpcre3 libpcre3-dev libmagic-dev gperf gcc ragel swig

.github/workflows/coverity.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN git clone https://github.com/rbenv/rbenv.git $RBENV_PATH \
1212
&& echo 'export PATH="/usr/local/rbenv/shims:/usr/local/rbenv/bin:/usr/local/rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc \
1313
&& echo 'eval "$(rbenv init -)"' >> ~/.bashrc \
1414
&& . ~/.bashrc \
15-
&& rbenv install 2.6.9 && rbenv global 2.6.9 \
15+
&& rbenv install 3.1.7 && rbenv global 3.1.7 \
1616
&& rbenv rehash
1717

1818
RUN mkdir -p $APP_HOME

0 commit comments

Comments
 (0)