diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 82507b5..1b00174 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Dependency review - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: config-file: './.github/dependency-review-config.yml' allow-ghsas: GHSA-735f-pc8j-v9w8 # This is for a protobuf-java DoS vulnerability. This is only used in tests, and is thus not relevant.