Skip to content

Commit 0ce8199

Browse files
SEC-090: Automated trusted workflow pinning (2025-03-24) (#1038)
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 fa4d6d2 commit 0ce8199

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
mkdir -vp "${log_root}"
8282
echo "log_root=${log_root}" >> $GITHUB_OUTPUT
8383
echo "log_artifact_name=${log_artifact_name}" >> $GITHUB_OUTPUT
84-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
84+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8585
with:
8686
name: ${{ inputs.operator-image-archive }}
8787
- name: Load vault-secrets-operator ${{ inputs.version }} image
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
120+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
126+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
go-version-file: .go-version
8888
- run: make ci-test
89-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
89+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
9090
with:
9191
node-version: '20'
9292
- run: npm install -g bats@${BATS_VERSION}
@@ -112,7 +112,7 @@ jobs:
112112
version: ${{ needs.get-product-version.outputs.product-version }}
113113
product: ${{ env.PKG_NAME }}
114114
repositoryOwner: "hashicorp"
115-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
115+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
116116
with:
117117
name: metadata.json
118118
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -153,7 +153,7 @@ jobs:
153153
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
154154
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
155155
- name: Upload binary
156-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
156+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
157157
with:
158158
name: ${{ steps.build-binary.outputs.name }}
159159
path: ${{ steps.build-binary.outputs.path }}
@@ -313,7 +313,7 @@ jobs:
313313
- "0.8.0"
314314
- "0.9.0"
315315
steps:
316-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
316+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
317317
with:
318318
name: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
319319
- name: Load docker image
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
version: "v0.27.0"
327327
install_only: true
328-
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
328+
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
329329
id: setup-helm
330330
with:
331331
version: "v3.15.1"
@@ -366,7 +366,7 @@ jobs:
366366
matrix:
367367
k8s-version: ${{ fromJson(needs.versions.outputs.K8S_VERSIONS) }}
368368
steps:
369-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
369+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
370370
with:
371371
name: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
372372
- name: Load docker image
@@ -378,7 +378,7 @@ jobs:
378378
with:
379379
version: "v0.27.0"
380380
install_only: true
381-
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
381+
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
382382
id: setup-helm
383383
with:
384384
version: "v3.15.1"

0 commit comments

Comments
 (0)