Skip to content

Commit 870018c

Browse files
Pin dependencies (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57ab66f commit 870018c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: '>=1.23.4'
1515

1616
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
17+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
1818
with:
1919
version: latest
2020

@@ -126,19 +126,19 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
128128

129-
- uses: hashicorp/setup-terraform@v3
129+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
130130
with:
131131
terraform_version: 1.5.7
132132

133133
- name: lint
134134
run: terraform fmt **/*.tf
135135

136-
- uses: google-github-actions/setup-gcloud@v2
136+
- uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
137137
with:
138138
version: 'latest'
139139

140140
- id: 'auth'
141-
uses: google-github-actions/auth@v2
141+
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
142142
with:
143143
workload_identity_provider: ${{ secrets.GCLOUD_OIDC_POOL }}
144144
service_account: ${{ secrets.GSA }}
@@ -149,7 +149,7 @@ jobs:
149149
gcloud config set project ${{ secrets.GCLOUD_PROJECT }}
150150
gcloud config set disable_prompts true
151151
152-
- uses: 'docker/login-action@v3'
152+
- uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # v3
153153
name: 'Docker login'
154154
with:
155155
registry: 'us-docker.pkg.dev'
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Upload logs as artifacts
166166
if: ${{ always() }}
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
168168
with:
169169
name: terraform.log
170170
path: /tmp/terraform.log

0 commit comments

Comments
 (0)