Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gha integration #91

Merged
merged 12 commits into from
May 22, 2024
10 changes: 5 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3.7.0
- uses: golangci/golangci-lint-action@v6
with:
version: latest
args: -v --config ./.golangci.yml
Expand Down Expand Up @@ -62,14 +62,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: reuse lint
uses: fsfe/reuse-action@v2
uses: fsfe/reuse-action@v3

fossa-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossas/fossa-action@main
uses: fossa-contrib/fossa-action@v3
with:
api-key: ${{secrets.fossaApiKey}}
fossa-api-key: 6d304c09a3ec097ba4517724e4a4d17d
Loading