Browse Source

fix(fossa): Explicitly specify branch and revision when running fossa jobs (#64399)

Picks up
https://github.com/getsentry/action-enforce-license-compliance/pull/23

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Hubert Deng 1 year ago
parent
commit
9785349dd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/enforce-license-compliance.yml

+ 1 - 1
.github/workflows/enforce-license-compliance.yml

@@ -9,6 +9,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: 'Enforce License Compliance'
-        uses: getsentry/action-enforce-license-compliance@520fb640b532c27b4da9644116d102b579ef84f5 # main
+        uses: getsentry/action-enforce-license-compliance@0671ad95d69728d307c859d2a512e450439f1292 # main
         with:
           fossa_api_key: ${{ secrets.FOSSA_API_KEY }}