mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore(deps): bump fossas/fossa-action from 1.3.3 to 1.4.0 (#3785)
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/fossas/fossa-action/releases)
- [Commits](47ef11b1e1...09bcf127dc
)
---
updated-dependencies:
- dependency-name: fossas/fossa-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c4c1cefdeb
commit
e2cd91a2d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dlc.yml
vendored
4
.github/workflows/dlc.yml
vendored
|
@ -17,12 +17,12 @@ jobs:
|
|||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
||||
- name: "Run FOSSA Scan"
|
||||
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # main
|
||||
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # main
|
||||
with:
|
||||
api-key: ${{secrets.FOSSA_API_KEY}}
|
||||
|
||||
- name: "Run FOSSA Test"
|
||||
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # main
|
||||
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # main
|
||||
with:
|
||||
api-key: ${{secrets.FOSSA_API_KEY}}
|
||||
run-tests: true
|
||||
|
|
Loading…
Reference in a new issue