Skip to content

Commit 5124b88

Browse files
Fix CI: update Ruby matrix for v6 (#719)
2 parents e7c21e7 + 5d5e536 commit 5124b88

3 files changed

Lines changed: 3 additions & 44 deletions

File tree

.github/workflows/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"include": [{ "ruby": "3.1" }, { "ruby": "3.2" }, { "ruby": "3.3" }]
2+
"include": [{ "ruby": "3.3" }, { "ruby": "3.4" }]
33
}

.github/workflows/sca_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
additional-arguments: "--exclude=README.md,.jfrog"
11+
ruby-version: "3.4"
12+
additional-arguments: "--exclude=README.md,.jfrog,examples"
1213
pre-scan-commands: |
13-
gem install bundler
1414
bundle install
1515
secrets: inherit

.github/workflows/semgrep.yml

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

0 commit comments

Comments
 (0)