Skip to content

Commit 47aeaab

Browse files
build(deps): Bump the github-actions group across 1 directory with 3 updates (#39)
Bumps the github-actions group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `aquasecurity/trivy-action` from 0.32.0 to 0.33.1 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.32.0...0.33.1) Updates `anchore/sbom-action` from 0.20.5 to 0.20.6 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@v0.20.5...v0.20.6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34edb44 commit 47aeaab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/build.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: Set up Go
40-
uses: actions/setup-go@v5
40+
uses: actions/setup-go@v6
4141
with:
4242
go-version: ${{ env.GO_VERSION }}
4343
cache: true
@@ -81,7 +81,7 @@ jobs:
8181
persist-credentials: false
8282

8383
- name: Set up Go
84-
uses: actions/setup-go@v5
84+
uses: actions/setup-go@v6
8585
with:
8686
go-version: ${{ env.GO_VERSION }}
8787
cache: true
@@ -92,7 +92,7 @@ jobs:
9292
govulncheck ./...
9393
9494
- name: Run dependency scan
95-
uses: aquasecurity/trivy-action@0.32.0
95+
uses: aquasecurity/trivy-action@0.33.1
9696
with:
9797
scan-type: "fs"
9898
scan-ref: "."
@@ -108,7 +108,7 @@ jobs:
108108
sarif_file: "trivy-results.sarif"
109109

110110
- name: Generate SBOM
111-
uses: anchore/sbom-action@v0.20.5
111+
uses: anchore/sbom-action@v0.20.6
112112
with:
113113
format: spdx-json
114114
output-file: sbom.spdx.json
@@ -132,7 +132,7 @@ jobs:
132132
persist-credentials: false
133133

134134
- name: Set up Go
135-
uses: actions/setup-go@v5
135+
uses: actions/setup-go@v6
136136
with:
137137
go-version: ${{ env.GO_VERSION }}
138138
cache: true
@@ -161,7 +161,7 @@ jobs:
161161
persist-credentials: false
162162

163163
- name: Set up Go
164-
uses: actions/setup-go@v5
164+
uses: actions/setup-go@v6
165165
with:
166166
go-version: ${{ env.GO_VERSION }}
167167
cache: true

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434
cache: true

0 commit comments

Comments
 (0)