diff --git a/.github/workflows/dependency-test.yaml b/.github/workflows/dependency-test.yaml index 3904b795d..7cc246bd0 100644 --- a/.github/workflows/dependency-test.yaml +++ b/.github/workflows/dependency-test.yaml @@ -41,6 +41,8 @@ jobs: runs-on: ubuntu-latest outputs: cache-key: ${{ steps.cache-build.outputs.cache-key }} + permissions: + contents: read steps: - name: "Checkout repository" uses: actions/checkout@v4