Skip to content

Commit b00039f

Browse files
chore(deps): bump fossas/fossa-action from 1.4.0 to 1.6.0
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](fossas/fossa-action@09bcf12...c0a7d01) --- updated-dependencies: - dependency-name: fossas/fossa-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea3a33d commit b00039f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fossa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Get branch name
2929
id: branch-name
3030
uses: tj-actions/branch-names@6871f53176ad61624f978536bbf089c574dc19a2 # v8.0.1
31-
- uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
31+
- uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
3232
name: Scanning with FOSSA
3333
with:
3434
api-key: ${{ env.fossa-key }}
3535
branch: ${{ steps.branch-name.outputs.current_branch }}
36-
- uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
36+
- uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
3737
name: Executing tests with FOSSA
3838
with:
3939
api-key: ${{ env.fossa-key }}

0 commit comments

Comments
 (0)