We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 821aebd + 5921174 commit 875b6bdCopy full SHA for 875b6bd
.github/workflows/fossa.yaml
@@ -43,12 +43,12 @@ jobs:
43
uses: actions/checkout@v4
44
45
- name: "Run FOSSA Scan"
46
- uses: fossas/fossa-action@v1.4.0 # Use a specific version if locking is preferred
+ uses: fossas/fossa-action@v1.7.0 # Use a specific version if locking is preferred
47
with:
48
api-key: ${{ env.FOSSA_API_KEY }}
49
50
- name: "Run FOSSA Test"
51
52
53
54
run-tests: true
tools/requirements.txt
@@ -1 +1,2 @@
1
grpcio-tools==1.62.3
2
+mypy-protobuf==3.6.0
0 commit comments