We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd9b1c commit 5b16e62Copy full SHA for 5b16e62
.github/workflows/fossa.yml
@@ -23,6 +23,6 @@ jobs:
23
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
24
25
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
- - uses: fossas/fossa-action@d553b6678fc101c73ba3cc4e07a0ba5a30470a56 # main # Use a specific version if locking is preferred
+ - uses: fossas/fossa-action@98244a63da4014b2a0f03d040beff33b6a3c9634 # main # Use a specific version if locking is preferred
27
with:
28
api-key: ${{secrets.FOSSA_API_KEY}}
0 commit comments