Skip to content

Commit c72bd8a

Browse files
Bump the github-actions group with 2 updates (#422)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b32ca09 commit c72bd8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: Run Trivy vulnerability scanner in repo mode
48-
uses: aquasecurity/[email protected].0
48+
uses: aquasecurity/[email protected].1
4949
continue-on-error: true
5050
with:
5151
scan-type: "fs"
@@ -105,7 +105,7 @@ jobs:
105105
continue-on-error: true
106106

107107
- name: Generate code coverage artifacts
108-
uses: actions/upload-artifact@v6
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: code-coverage
111111
path: coverage.out
@@ -154,7 +154,7 @@ jobs:
154154
type=provenance,mode=max
155155
156156
- name: Run Trivy vulnerability scanner
157-
uses: aquasecurity/[email protected].0
157+
uses: aquasecurity/[email protected].1
158158
with:
159159
input: ./.oci-image
160160
format: "table"

0 commit comments

Comments
 (0)