We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a33d commit b00039fCopy full SHA for b00039f
.github/workflows/fossa.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Get branch name
29
id: branch-name
30
uses: tj-actions/branch-names@6871f53176ad61624f978536bbf089c574dc19a2 # v8.0.1
31
- - uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
+ - uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
32
name: Scanning with FOSSA
33
with:
34
api-key: ${{ env.fossa-key }}
35
branch: ${{ steps.branch-name.outputs.current_branch }}
36
37
name: Executing tests with FOSSA
38
39
0 commit comments