Skip to content

Commit

Permalink
Merge pull request #16803 from openSUSE/depfu/engine/srcapi/ruby-3.1.6
Browse files Browse the repository at this point in the history
[src/api] Update Ruby 3.1.4 → 3.1.6
  • Loading branch information
eduardoj authored Sep 10, 2024
2 parents 1fddb2a + b23e945 commit 9d8e35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
container: ruby:3.1.4
container: ruby:3.1.6
steps:
- uses: actions/checkout@v4
- name: Install Brakeman
run: |
gem install --no-format-executable brakeman -v 5.4.0
gem install --no-format-executable brakeman -v 6.2.1
- name: Brakeman
run: |
brakeman -p src/api
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.1.6

0 comments on commit 9d8e35c

Please sign in to comment.