Skip to content

Commit d911881

Browse files
committedSep 6, 2024··
adding new lines at the end of each files
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 1aa640f commit d911881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/daily-govulncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: govulncheck
1616
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
1717
with:
18-
go-package: ./...
18+
go-package: ./...

‎.github/workflows/file-govulncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: govulncheck
1717
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
1818
with:
19-
go-package: ./...
19+
go-package: ./...

0 commit comments

Comments
 (0)
Please sign in to comment.