From 8d9663d3baebab3d6ead2e652bf5592db4b8503d Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:51:40 -0800 Subject: [PATCH] [chore] update upload-artifact to use git commit (#12030) this addresses a security warning re. pinned dependency Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0a95b32d633..908cc864d4f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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/