Skip to content

Commit a3d721b

Browse files
author
Abhijeet
authored
pin upload-artifacts github action
Close security alert #24. Close SECVULN-22923.
1 parent d5bc935 commit a3d721b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
version: latest
8888
args: release --clean --skip=publish --snapshot
8989

90-
- uses: actions/upload-artifact@v4
90+
- name: Upload build artifacts
91+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
9192
with:
9293
name: copywrite
9394
path: dist/*

0 commit comments

Comments
 (0)