Skip to content

Commit 059a2fb

Browse files
committed
fix: Update actions/upload-artifact and Gosec installation command in CI workflow
1 parent acf0dc3 commit 059a2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: docker save auth-api:${{ github.sha }} | gzip > auth-api.tar.gz
102102

103103
- name: Upload Docker image artifact
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: docker-image
107107
path: auth-api.tar.gz
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Run Gosec Security Scanner
124124
run: |
125-
go install github.com/securecodewarrior/gosec/v2/cmd/gosec@latest
125+
go install github.com/securego/gosec/v2/cmd/gosec@latest
126126
gosec ./...
127127
128128
- name: Run Nancy vulnerability scanner

0 commit comments

Comments
 (0)