Skip to content

Commit 950f398

Browse files
chore(deps): update github-actions (#416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c8d345 commit 950f398

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
persist-credentials: false
132132

133133
- name: Get build artifact
134-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
134+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
135135
with:
136136
name: 'build-frontend-output-${{ matrix.app_name }}'
137137
path: '${{ github.workspace }}/dist/frontend'
@@ -148,21 +148,21 @@ jobs:
148148
149149
- name: Get backend build artifact
150150
if: ${{ env.has_backend == 'true' }}
151-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
151+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
152152
with:
153153
name: 'build-backend-output-${{ matrix.app_name }}'
154154
path: '${{ github.workspace }}/dist/backend'
155155

156156
- name: Install 1Password CLI
157-
uses: 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2
157+
uses: 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2.0.2
158158

159159
- name: Install Terragrunt
160-
uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1
160+
uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1.0.3
161161
with:
162162
terragrunt_version: ${{ env.tg_version }}
163163

164164
- name: 'Install OpenTofu'
165-
uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1
165+
uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1.0.8
166166
with:
167167
tofu_version: ${{ env.tofu_version }}
168168
tofu_wrapper: false
@@ -192,7 +192,7 @@ jobs:
192192
echo "output=$(op run --no-masking --env-file='../../../.env' -- terragrunt output -json | jq -c .)" >> $GITHUB_OUTPUT
193193
194194
- name: Publish Frontend to Cloudflare Pages
195-
uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1
195+
uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1.5.0
196196
with:
197197
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN_PAGES_UPLOAD }}
198198
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@@ -226,7 +226,7 @@ jobs:
226226
steps:
227227
- name: Download all preview URLs
228228
continue-on-error: true
229-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
229+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
230230
with:
231231
pattern: preview-url-*
232232
path: /tmp/preview-urls
@@ -254,7 +254,7 @@ jobs:
254254
} >> $GITHUB_OUTPUT
255255
256256
- name: Comment
257-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
257+
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0
258258
with:
259259
number: ${{ github.event.number }}
260260
body: ${{ steps.build-comment.outputs.body }}

.github/workflows/destroy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
app_name: ['root', 'api', 'awesome', 'my', 'get', 'buy', 'datasets']
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Install 1Password CLI
23-
uses: 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2
23+
uses: 1password/install-cli-action@9a0c9dd934086b7ab1d90115d455bda1c53c2bdb # v2.0.2
2424

2525
- name: Install Terragrunt
26-
uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1
26+
uses: eLco/setup-terragrunt@2c5116f8979bb261072ef57c97ac026cd9c27434 # v1.0.3
2727
with:
2828
terragrunt_version: ${{ env.tg_version }}
2929

3030
- name: 'Install OpenTofu'
31-
uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1
31+
uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1.0.8
3232
with:
3333
tofu_version: ${{ env.tofu_version }}
3434
tofu_wrapper: false
@@ -44,7 +44,7 @@ jobs:
4444
run: op run --env-file=".env" -- terragrunt run --all destroy --non-interactive --queue-exclude-dir '**/pages-project' -- -refresh=false -lock-timeout=5m
4545

4646
- name: Comment
47-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
47+
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0
4848
with:
4949
number: ${{ github.event.number }}
5050
delete: true

0 commit comments

Comments
 (0)