Archived
1
0

chore(deps): update minor dependency updates (#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-09 14:03:07 -07:00
committed by GitHub
parent b978655c07
commit c885c96644
5 changed files with 11 additions and 11 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
- name: Download npm package from release artifacts
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
with:
repository: "coder/code-server"
tag: ${{ github.event.inputs.version || github.ref_name }}
@ -174,7 +174,7 @@ jobs:
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Download release artifacts
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
with:
repository: "coder/code-server"
tag: v${{ env.VERSION }}

View File

@ -65,7 +65,7 @@ jobs:
fetch-depth: 0
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
with:
scan-type: "fs"
scan-ref: "."

View File

@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in image mode
uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5
with:
image-ref: "docker.io/codercom/code-server:latest"
ignore-unfixed: true