Skip to content

Commit 155a8a5

Browse files
SEC-090: Automated trusted workflow pinning (2025-01-20) (#1005)
Result of tsccr-helper -log-level=info gha update -latest .github/ Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 36c01ec commit 155a8a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/integration-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ runs:
117117
make $make_target VERSION=${{ inputs.version }} INTEGRATION_TESTS_PARALLEL=true SUPPRESS_TF_OUTPUT=true EXPORT_KIND_LOGS_ROOT=${{ steps.create_kind_export_log_root.outputs.log_root }}
118118
- name: Store kind cluster logs
119119
if: success()
120-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
120+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121121
with:
122122
name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}
123123
path: ${{ steps.create_kind_export_log_root.outputs.log_root }}
124124
- name: Store kind cluster logs failure
125125
if: failure()
126-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
126+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
127127
with:
128128
name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed
129129
path: ${{ steps.create_kind_export_log_root.outputs.log_root }}

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
version: ${{ needs.get-product-version.outputs.product-version }}
109109
product: ${{ env.PKG_NAME }}
110110
repositoryOwner: "hashicorp"
111-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
111+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112112
with:
113113
name: metadata.json
114114
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -149,7 +149,7 @@ jobs:
149149
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
150150
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
151151
- name: Upload binary
152-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
152+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
153153
with:
154154
name: ${{ steps.build-binary.outputs.name }}
155155
path: ${{ steps.build-binary.outputs.path }}

0 commit comments

Comments
 (0)