Skip to content

Commit

Permalink
[chore] update upload-artifact to use git commit (#12030)
Browse files Browse the repository at this point in the history
this addresses a security warning re. pinned dependency

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Jan 6, 2025
1 parent 67fdcd1 commit 8d9663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Run Unit Tests
run: |
make -j4 gotest-with-junit
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}
path: internal/tools/testresults/
Expand Down

0 comments on commit 8d9663d

Please sign in to comment.