diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-08 17:59:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 17:59:04 -0800 |
| commit | 1bf78bd583b8033c50c5cf9a89baed41e14da35b (patch) | |
| tree | 8680e060f65b1bb5c4ca42b289eacb1bd0b959de /.github/workflows | |
| parent | 550450a3b1e07a70a506d872137ea43774d2c5e0 (diff) | |
| download | sally-1bf78bd583b8033c50c5cf9a89baed41e14da35b.tar.gz | |
Bump fossas/fossa-action from 1.1.0 to 1.3.1 (#123)
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/fossa.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/fossa.yaml b/.github/workflows/fossa.yaml index 9f613fd..0c255d8 100644 --- a/.github/workflows/fossa.yaml +++ b/.github/workflows/fossa.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: FOSSA analysis - uses: fossas/fossa-action@v1.1.0 + uses: fossas/fossa-action@v1.3.1 with: api-key: ${{ secrets.FOSSA_API_KEY }} |