Skip to content

Commit

Permalink
update and pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goatherder committed Feb 27, 2024
1 parent e67451f commit cb0d4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fossa-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Run FOSSA Scan"
uses: fossas/fossa-action@main
uses: fossas/fossa-action@v1.3.3
with:
api-key: ${{secrets.FOSSAAPIKEY}}

- name: "FOSSA Tests"
id: fossa-tests
uses: fossas/fossa-action@main
uses: fossas/fossa-action@v1.3.3
with:
api-key: ${{secrets.FOSSAAPIKEY}}
run-tests: true

0 comments on commit cb0d4fc

Please sign in to comment.