Skip to content

Commit b551b27

Browse files
committed
Merge branch 'http-update' of https://github.com/media-streaming-mesh/msm-rtsp-stub into http-update
2 parents 22eb234 + 482dd87 commit b551b27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
labels: ${{ steps.meta.outputs.labels }}
7171

7272
- name: Run Trivy vulnerability scanner
73-
uses: aquasecurity/trivy-action@0.14.0
73+
uses: aquasecurity/trivy-action@0.19.0
7474
with:
7575
image-ref: "ghcr.io/${{ github.repository }}:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
7676
format: "sarif"
7777
output: "trivy-results.sarif"
7878
if: github.event_name == 'push'
7979

8080
- name: Upload Trivy scan results to GitHub Security tab
81-
uses: github/codeql-action/upload-sarif@v2
81+
uses: github/codeql-action/upload-sarif@v3
8282
with:
8383
sarif_file: "trivy-results.sarif"
8484
if: github.event_name == 'push'

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
components: rustfmt, rust-std, clippy
1919

2020
- name: Set up protoc
21-
uses: arduino/setup-protoc@v2
21+
uses: arduino/setup-protoc@v3
2222
with:
2323
version: '23.x'
2424

0 commit comments

Comments
 (0)