We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1ab4f commit e249092Copy full SHA for e249092
.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.3.3 # Use a specific version if locking is preferred
+ uses: fossas/fossa-action@v1.4.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
0 commit comments