Skip to content

Commit 503575b

Browse files
Update first-party Pulumi dependencies
1 parent d631bcc commit 503575b

File tree

5 files changed

+596
-771
lines changed

5 files changed

+596
-771
lines changed

.github/workflows/export-repo-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
app-id: 1256780 # Export Secrets GitHub App
1414
private-key: ${{ secrets.EXPORT_SECRETS_PRIVATE_KEY }}
1515
- name: Export secrets to ESC
16-
uses: pulumi/esc-export-secrets-action@v1
16+
uses: pulumi/esc-export-secrets-action@9d6485759b6adff2538ae91f1b77cc96265c9dad # v1
1717
with:
1818
organization: pulumi
1919
org-environment: github-secrets/pulumi-get.pulumi.com

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
role-session-name: get.pulumi.com-${{ github.run_id }}
3232
- run: yarn install
3333
working-directory: infrastructure
34-
- uses: pulumi/actions@v4
34+
- uses: pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3535
with:
3636
command: up
3737
stack-name: "pulumi/get-pulumi-com/staging"

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
role-session-name: get.pulumi.com-${{ github.run_id }}
2929
- run: yarn install
3030
working-directory: infrastructure
31-
- uses: pulumi/actions@v4
31+
- uses: pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3232
with:
3333
command: up
3434
stack-name: "pulumi/get-pulumi-com/production"

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
- run: yarn install
3131
working-directory: infrastructure
3232
- if: github.base_ref == 'production'
33-
uses: pulumi/actions@v4
33+
uses: pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
3434
with:
3535
command: preview
3636
work-dir: infrastructure
3737
stack-name: "pulumi/get-pulumi-com/production"
3838
env:
3939
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
4040
- if: github.base_ref == 'master'
41-
uses: pulumi/actions@v4
41+
uses: pulumi/actions@a3f382e1242b69ab33854c253c3b580f1226348e # v4
4242
with:
4343
command: preview
4444
work-dir: infrastructure

0 commit comments

Comments
 (0)