Skip to content

Commit 0570091

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [docker/scout-action](https://github.com/docker/scout-action) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `docker/scout-action` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](docker/scout-action@d341d36...381b657) Updates `stefanzweifel/git-auto-commit-action` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@e348103...b863ae1) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e52961b commit 0570091

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-oss.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Run Docker Scout vulnerability scanner
203203
id: docker-scout
204-
uses: docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
204+
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
205205
with:
206206
command: cves
207207
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-plus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Run Docker Scout vulnerability scanner
224224
id: docker-scout
225-
uses: docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
225+
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
226226
with:
227227
command: cves
228228
image: ${{ steps.meta.outputs.tags }}

.github/workflows/dependabot-hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Commit changes
4747
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'go_modules' && contains(steps.dependabot-metadata.outputs.dependency-names, 'hugo') }}
4848
id: commit
49-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
49+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
5050
with:
5151
commit_message: "Update docs go.mod"

.github/workflows/image-promotion.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450

451451
- name: Run Docker Scout vulnerability scanner
452452
id: docker-scout
453-
uses: docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
453+
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
454454
with:
455455
command: cves
456456
image: ${{ steps.meta.outputs.tags }}
@@ -539,7 +539,7 @@ jobs:
539539

540540
- name: Run Docker Scout vulnerability scanner
541541
id: docker-scout
542-
uses: docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
542+
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
543543
with:
544544
command: cves
545545
image: ${{ steps.meta.outputs.tags }}
@@ -635,7 +635,7 @@ jobs:
635635

636636
- name: Run Docker Scout vulnerability scanner
637637
id: docker-scout
638-
uses: docker/scout-action@d341d36d6eebbe05c0b25760c63afa19e8f23269 # v1.17.0
638+
uses: docker/scout-action@381b657c498a4d287752e7f2cfb2b41823f566d9 # v1.17.1
639639
with:
640640
command: cves
641641
image: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)