Skip to content

Commit f5de5f2

Browse files
chore(deps): update github actions all dependencies
1 parent 41fcba2 commit f5de5f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v5
51-
- uses: bcgov/action-builder-ghcr@v4.0.0
51+
- uses: bcgov/action-builder-ghcr@v4.1.0
5252
with:
5353
package: ${{ matrix.package }}
5454
tags: |

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v5
112112

113113
- name: Run Trivy vulnerability scanner in repo mode
114-
uses: aquasecurity/trivy-action@0.32.0
114+
uses: aquasecurity/trivy-action@0.33.0
115115
with:
116116
format: "sarif"
117117
output: "trivy-results.sarif"

.github/workflows/build-deploy-clamav-to-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: bcgov/action-builder-ghcr@v4.0.0
30+
- uses: bcgov/action-builder-ghcr@v4.1.0
3131
with:
3232
package: ${{ matrix.package }}
3333
tags: latest

0 commit comments

Comments
 (0)