Skip to content

Commit b2ed3f5

Browse files
build(deps): bump the github-actions-all group with 3 updates
Bumps the github-actions-all group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `actions/setup-go` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6.2.0...v6.3.0) Updates `aquasecurity/trivy-action` from 0.34.1 to 0.34.2 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.34.1...0.34.2) Updates `svenstaro/upload-release-action` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.11.3...2.11.4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.4 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 3508fc6 commit b2ed3f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
# Install task and the golang version that has been defined in the go.mod
107107
# file.
108108
#
109-
- uses: actions/setup-go@v6.2.0
109+
- uses: actions/setup-go@v6.3.0
110110
if: |
111111
inputs.release-dir != '' ||
112112
inputs.task-install == 'yes' ||
@@ -203,7 +203,7 @@ runs:
203203
# Duplicated trivy-action parameters as GitHub actions do NOT support
204204
# anchors: https://github.com/actions/runner/issues/1182
205205
#
206-
- uses: aquasecurity/trivy-action@0.34.1
206+
- uses: aquasecurity/trivy-action@0.34.2
207207
if: inputs.token != '' && inputs.testing-type == 'security-trivy'
208208
env:
209209
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}
@@ -218,7 +218,7 @@ runs:
218218
ignore-unfixed: true
219219
severity: "CRITICAL,HIGH"
220220
trivyignores: ${{ inputs.security-trivyignore }}
221-
- uses: aquasecurity/trivy-action@0.34.1
221+
- uses: aquasecurity/trivy-action@0.34.2
222222
if: inputs.token == '' && inputs.testing-type == 'security-trivy'
223223
env:
224224
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}
@@ -382,7 +382,7 @@ runs:
382382
github.event_name == 'push' &&
383383
contains(github.ref, 'refs/tags/') &&
384384
inputs.release-dir != ''
385-
uses: svenstaro/upload-release-action@2.11.3
385+
uses: svenstaro/upload-release-action@2.11.4
386386
with:
387387
repo_token: ${{ inputs.token }}
388388
file: build/${{ inputs.release-type }}/${{ inputs.release-application-name }}/${{ inputs.release-architecture }}/main

0 commit comments

Comments
 (0)