Skip to content

Commit

Permalink
fixup! ci: Fix up scanning workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 5, 2023
1 parent a1c5c40 commit e86fac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "^1.19"
go-version-file: go.mod

- name: Build Project
run: make build
run: make build-snapshot

- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.3.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "^1.19"
go-version-file: go.mod

- name: Build Project
run: make build
run: make build-snapshot

- name: Run Synopsys Detect
uses: synopsys-sig/detect-action@v0.3.4
Expand Down

0 comments on commit e86fac9

Please sign in to comment.