From 8e7efa04d94c59e1e5924bcd2701809e12553ca9 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Mon, 21 Aug 2023 10:48:49 +0300 Subject: [PATCH] [bug] Allow dependency graph plugin to report https://github.com/marketplace/actions/sbt-dependency-submission#unexpected-status-403 for details --- .github/workflows/ci-scala.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-scala.yaml b/.github/workflows/ci-scala.yaml index 1ed4c8e..5024367 100644 --- a/.github/workflows/ci-scala.yaml +++ b/.github/workflows/ci-scala.yaml @@ -27,3 +27,5 @@ jobs: # Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository - name: Upload dependency graph uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91 + permissions: + contents: write