Skip to content

Commit 5bbee45

Browse files
build(deps): bump the github-actions-all group across 1 directory with 2 updates
Bumps the github-actions-all group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [anchore/scan-action](https://github.com/anchore/scan-action). Updates `actions/setup-go` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6.1.0...v6.2.0) Updates `anchore/scan-action` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: anchore/scan-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f34808c commit 5bbee45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
# Install task and the golang version that has been defined in the go.mod
9494
# file.
9595
#
96-
- uses: actions/setup-go@v6.1.0
96+
- uses: actions/setup-go@v6.2.0
9797
if: |
9898
inputs.release-dir != '' ||
9999
inputs.task-install == 'yes' ||
@@ -167,7 +167,7 @@ runs:
167167
#
168168
# * Grype
169169
#
170-
- uses: anchore/scan-action@v7.2.2
170+
- uses: anchore/scan-action@v7.2.3
171171
if: inputs.token != '' && inputs.testing-type == 'security-grype'
172172
with:
173173
grype-version: ${{ inputs.grype-version }}

0 commit comments

Comments
 (0)