Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Jul 17, 2024
1 parent a8beec8 commit bd41039
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Dependency Review

on:
push:
pull_request:
branches:
- main
Expand All @@ -20,6 +21,9 @@ jobs:
persist-credentials: false

- name: Dependency Review
uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab # v3.0.7
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v3.0.7
with:
config-file: amazon-ospo/dependency-review-config/default/dependency-review-config.yml@main
allow-licenses: 'Ruby'
base-ref: refs/heads/main
head-ref: ruisebas/dependency
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ source 'https://rubygems.org'
gem 'xcpretty', '0.3.0'
gem 'fastlane', '2.205.1'
gem 'jazzy', '0.14.2'
gem 'rexml', '>= 3.3.2'
gem 'json', '2.6.3'
eval_gemfile('fastlane/Pluginfile')

6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -312,4 +312,4 @@ DEPENDENCIES
xcpretty (= 0.3.0)

BUNDLED WITH
2.4.6
2.3.7

0 comments on commit bd41039

Please sign in to comment.