diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e98f5f6..1e68c13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: GOOS=linux GOARCH=arm64 go build -o build/lin-arm64/cbuild ./cmd/cbuild - name: Archive windows amd64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-windows-amd64 path: ./build/win-amd64/cbuild.exe @@ -54,7 +54,7 @@ jobs: if-no-files-found: error - name: Archive windows arm64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-windows-arm64 path: ./build/win-arm64/cbuild.exe @@ -62,7 +62,7 @@ jobs: if-no-files-found: error - name: Archive macos amd64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-mac-amd64 path: ./build/mac-amd64/cbuild @@ -70,7 +70,7 @@ jobs: if-no-files-found: error - name: Archive macos arm64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-mac-arm64 path: ./build/mac-arm64/cbuild @@ -78,7 +78,7 @@ jobs: if-no-files-found: error - name: Archive linux amd64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-lin-amd64 path: ./build/lin-amd64/cbuild @@ -86,7 +86,7 @@ jobs: if-no-files-found: error - name: Archive linux arm64 binaries - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: cbuild-lin-arm64 path: ./build/lin-arm64/cbuild diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5667d1a..f07155f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download test results - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: pattern: test-results-* path: testreport/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1e91914..be8ef14 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e943e3..1def539 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -118,7 +118,7 @@ jobs: go-junit-report -set-exit-code -in build/cbuildtests-${{ matrix.target }}-arm64.txt -iocopy -out build/cbuild-testreport-${{ matrix.target }}-arm64.xml - name: Archive unit test results - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: test-results-${{ matrix.target }} path: ./build/cbuild-testreport-*.xml @@ -134,7 +134,7 @@ jobs: pull-requests: write steps: - name: Download Artifacts - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: path: artifacts diff --git a/.github/workflows/tpip-check.yml b/.github/workflows/tpip-check.yml index 2f9401a..1746eeb 100644 --- a/.github/workflows/tpip-check.yml +++ b/.github/workflows/tpip-check.yml @@ -48,7 +48,7 @@ jobs: working-directory: ./cmd/cbuild - name: Archive TPIP report - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: tpip-report path: ./${{ env.tpip_report }} @@ -78,7 +78,7 @@ jobs: fetch-depth: 0 - name: Restore Changes - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 with: name: tpip-report