Skip to content

Commit 9c0f84a

Browse files
authored
Merge pull request #341 from ignite-analytics/dependabot/github_actions/actions-minor-79f73b17cf
build(deps): bump the actions-minor group across 1 directory with 2 updates
2 parents 2f8677d + 2c28cdf commit 9c0f84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: go mod verify
7373

7474
- name: Run Gosec Security Scanner
75-
uses: securego/gosec@v2.22.7
75+
uses: securego/gosec@v2.22.8
7676
with:
7777
args: ./...
7878

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
push-to-registry: true
7272

7373
- name: Run Trivy vulnerability scanner
74-
uses: aquasecurity/trivy-action@0.32.0
74+
uses: aquasecurity/trivy-action@0.33.0
7575
with:
7676
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}:latest
7777
format: sarif

0 commit comments

Comments
 (0)