Skip to content

Commit e1c7857

Browse files
committed
chore(deps): update minor dependency updates
1 parent 61138b4 commit e1c7857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ jobs:
509509
fetch-depth: 0
510510

511511
- name: Run Trivy vulnerability scanner in repo mode
512-
uses: aquasecurity/trivy-action@e27605859b9550f81ddd818eb816c8cb83cf9650
512+
uses: aquasecurity/trivy-action@c666240787bede835456c7ceb9f75c9225c3c1b4
513513
with:
514514
scan-type: "fs"
515515
scan-ref: "."

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "::set-output name=version::$(jq -r .version package.json)"
4848

4949
- name: Download release artifacts
50-
uses: robinraju/release-downloader@v1.3
50+
uses: robinraju/release-downloader@v1.4
5151
with:
5252
repository: "coder/code-server"
5353
tag: v${{ steps.version.outputs.version }}

.github/workflows/trivy-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v3
5252

5353
- name: Run Trivy vulnerability scanner in image mode
54-
uses: aquasecurity/trivy-action@e27605859b9550f81ddd818eb816c8cb83cf9650
54+
uses: aquasecurity/trivy-action@c666240787bede835456c7ceb9f75c9225c3c1b4
5555
with:
5656
image-ref: "docker.io/codercom/code-server:latest"
5757
ignore-unfixed: true

0 commit comments

Comments
 (0)