diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index 839ac43f..2fec1459 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -54,7 +54,7 @@ runs: path: "vault-helm" - name: Create Kind Cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: cluster_name: ${{ inputs.kind-cluster-name }} config: vault-helm/test/kind/config.yaml @@ -108,14 +108,14 @@ runs: - name: Store kind cluster logs if: success() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }} path: ${{ steps.create_kind_export_log_root.outputs.log_root }} - name: Store kind cluster logs failure if: failure() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed path: ${{ steps.create_kind_export_log_root.outputs.log_root }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65bb37de..8e2dd8f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: version: ${{ needs.get-product-version.outputs.product-version }} product: ${{ env.PKG_NAME }} - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: metadata.json path: ${{ steps.generate-metadata-file.outputs.filepath }} @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: .go-version @@ -83,7 +83,7 @@ jobs: zip -r -j "${ZIP_FILE}" "${BUILD_DIR}/" echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ steps.build-binary.outputs.name }} path: ${{ steps.build-binary.outputs.path }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3aca661a..c5aa8443 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: .go-version @@ -28,7 +28,7 @@ jobs: - name: Test run: make test - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ env.TARBALL_FILE }} path: ${{ env.TARBALL_FILE }}