Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiusz-Wrzawinski-DNA committed Oct 15, 2024
1 parent 290df6f commit 3844a00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
rubygems: 3.3.22
bundler-cache: true

- name: Scan for common Rails security vulnerabilities using static analysis
Expand All @@ -33,6 +34,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
rubygems: 3.3.22
bundler-cache: true

- name: Scan for security vulnerabilities in JavaScript dependencies
Expand All @@ -48,6 +50,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
rubygems: 3.3.22
bundler-cache: true

- name: Lint code for consistent style
Expand All @@ -73,6 +76,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
rubygems: 3.3.22
bundler-cache: true

- name: Run tests
Expand Down

0 comments on commit 3844a00

Please sign in to comment.