Skip to content

Commit 3943b05

Browse files
SEC-090: Automated trusted workflow pinning (2025-03-31) (#1042)
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 d65e038 commit 3943b05

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
# Checkout this repo.
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060
- name: Setup go
61-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
61+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6262
with:
6363
go-version-file: .go-version
6464
- name: Create Kind Cluster
@@ -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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
84+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
120+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
126+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
- id: setup-go
42-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
42+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4343
with:
4444
go-version-file: .go-version
4545
- name: go mod download all
@@ -79,7 +79,7 @@ jobs:
7979
- build-pre-checks
8080
steps:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
82+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
8383
with:
8484
go-version-file: .go-version
8585
- run: make ci-test
@@ -109,7 +109,7 @@ jobs:
109109
version: ${{ needs.get-product-version.outputs.product-version }}
110110
product: ${{ env.PKG_NAME }}
111111
repositoryOwner: "hashicorp"
112-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113113
with:
114114
name: metadata.json
115115
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -128,7 +128,7 @@ jobs:
128128
- name: Checkout
129129
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130130
- name: Setup go
131-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
131+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
132132
with:
133133
go-version-file: .go-version
134134
- name: Build binary
@@ -150,7 +150,7 @@ jobs:
150150
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
151151
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
152152
- name: Upload binary
153-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
153+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154154
with:
155155
name: ${{ steps.build-binary.outputs.name }}
156156
path: ${{ steps.build-binary.outputs.path }}
@@ -312,7 +312,7 @@ jobs:
312312
- "0.9.1"
313313
- "0.10.0"
314314
steps:
315-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
316316
with:
317317
name: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
318318
- name: Load docker image
@@ -334,7 +334,7 @@ jobs:
334334
helm repo add hashicorp https://helm.releases.hashicorp.com
335335
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
336336
- name: Setup go
337-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
337+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
338338
with:
339339
go-version-file: .go-version
340340
- name: Run tests
@@ -365,7 +365,7 @@ jobs:
365365
matrix:
366366
k8s-version: ${{ fromJson(needs.versions.outputs.K8S_VERSIONS) }}
367367
steps:
368-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
368+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
369369
with:
370370
name: ${{ github.event.repository.name }}_release-default_linux_amd64_${{ needs.get-product-version.outputs.product-version }}_${{ github.sha }}.docker.tar
371371
- name: Load docker image
@@ -387,7 +387,7 @@ jobs:
387387
helm repo add hashicorp https://helm.releases.hashicorp.com
388388
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
389389
- name: Setup go
390-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
390+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
391391
with:
392392
go-version-file: .go-version
393393
- name: Run tests

0 commit comments

Comments
 (0)