Skip to content

Commit 52c0b19

Browse files
[dependabot:actions] bump the regular-updates group with 2 updates
Bumps the regular-updates group with 2 updates: [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `aws-actions/amazon-ecr-login` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@19d944d...fa648b4) Updates `ruby/setup-ruby` from 1.306.0 to 1.307.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@c4e5b13...6aaa311) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular-updates - dependency-name: ruby/setup-ruby dependency-version: 1.307.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cdce09 commit 52c0b19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: ECR login
3232
id: ecr-login
33-
uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7
33+
uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419
3434
with:
3535
registry-type: private
3636

.github/workflows/lint_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212

1313
- name: "Setup ruby"
14-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
14+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde
1515
with:
1616
bundler-cache: true
1717

@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4747

4848
- name: "Setup ruby"
49-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
49+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde
5050
with:
5151
bundler-cache: true
5252

@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6565

6666
- name: "Setup ruby"
67-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
67+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde
6868
with:
6969
bundler-cache: true
7070

0 commit comments

Comments
 (0)