Skip to content

Commit 586cfd9

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 20e9816 commit 586cfd9

File tree

20 files changed

+56
-56
lines changed

20 files changed

+56
-56
lines changed

.config/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ java = 'corretto-11'
2121
"github:pulumi/schema-tools" = "0.6.0"
2222
"go:github.com/pulumi/upgrade-provider" = "main"
2323
"aqua:gradle/gradle-distributions" = '7.6.6'
24-
golangci-lint = "2.2.2" # See note about about overrides if you need to customize this.
24+
golangci-lint = "2.9.0" # See note about about overrides if you need to customize this.
2525
"npm:yarn" = "1.22.22"
2626

2727
[settings]

.github/actions/download-prerequisites/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Download the prerequisites bin
8-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
99
with:
1010
name: prerequisites-bin
1111
path: bin
@@ -19,7 +19,7 @@ runs:
1919
run: rm bin/executables.txt
2020

2121
- name: Download schema-embed.json
22-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
22+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2323
with:
2424
# Use a pattern to avoid failing if the artifact doesn't exist
2525
pattern: schema-embed.*

.github/actions/download-provider/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77

88
- name: Download pulumi-resource-xyz
9-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
1010
with:
1111
pattern: pulumi-resource-xyz-*-linux-amd64.tar.gz
1212
path: ${{ github.workspace }}/bin

.github/actions/download-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Download ${{ inputs.language }} SDK
13-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
13+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
1414
with:
1515
name: ${{ inputs.language }}-sdk.tar.gz
1616
path: ${{ github.workspace}}/sdk/

.github/actions/upload-prerequisites/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ runs:
99
run: find bin -type f -executable > bin/executables.txt
1010

1111
- name: Upload prerequisites bin
12-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
12+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1313
with:
1414
name: prerequisites-bin
1515
path: bin/*
1616
retention-days: 30
1717

1818
- name: Upload schema-embed.json
19-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
19+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2020
with:
2121
name: schema-embed.json
2222
path: provider/cmd/pulumi-resource-xyz/schema-embed.json

.github/actions/upload-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
shell: bash
1414
run: tar -zcf sdk/${{ inputs.language }}.tar.gz -C sdk/${{ inputs.language }} .
1515
- name: Upload artifacts
16-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
16+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1717
with:
1818
name: ${{ inputs.language }}-sdk.tar.gz
1919
path: ${{ github.workspace}}/sdk/${{ inputs.language }}.tar.gz

.github/workflows/build_provider.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id-token: write # For ESC secrets.
4040
steps:
4141
- name: Checkout Repo
42-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
4444
persist-credentials: false
4545
- env:
@@ -51,7 +51,7 @@ jobs:
5151
id: esc-secrets
5252
name: Fetch secrets from ESC
5353
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
54-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
54+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5555
id: app-auth
5656
with:
5757
app-id: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_APP_ID }}
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
tag: v2.1.5-procursus2
6565
- name: Setup mise
66-
uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310
66+
uses: jdx/mise-action@d6e9fb75ae3ee715d1db0b62373f15621d5f7329
6767
env:
6868
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6969
with:
@@ -116,7 +116,7 @@ jobs:
116116
run: make provider_dist-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
117117

118118
- name: Upload artifacts
119-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
119+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
120120
with:
121121
name: pulumi-resource-xyz-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
122122
path: bin/pulumi-resource-xyz-v${{ inputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz

.github/workflows/build_sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id-token: write # For ESC secrets.
3737
steps:
3838
- name: Checkout Repo
39-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
persist-credentials: false
4242
- env:
@@ -48,7 +48,7 @@ jobs:
4848
id: esc-secrets
4949
name: Fetch secrets from ESC
5050
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
51-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
51+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5252
id: app-auth
5353
with:
5454
app-id: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_APP_ID }}
@@ -61,7 +61,7 @@ jobs:
6161
.pulumi/examples-cache
6262
key: ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
6363
- name: Setup mise
64-
uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310
64+
uses: jdx/mise-action@d6e9fb75ae3ee715d1db0b62373f15621d5f7329
6565
env:
6666
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6767
with:

.github/workflows/license.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write # For ESC secrets.
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
2929
- env:
@@ -35,14 +35,14 @@ jobs:
3535
id: esc-secrets
3636
name: Fetch secrets from ESC
3737
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
38-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
38+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3939
id: app-auth
4040
with:
4141
app-id: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_APP_ID }}
4242
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
4343
owner: ${{ github.repository_owner }}
4444
- name: Setup mise
45-
uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310
45+
uses: jdx/mise-action@d6e9fb75ae3ee715d1db0b62373f15621d5f7329
4646
env:
4747
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
4848
with:

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write # For ESC secrets.
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
2929
- env:
@@ -35,14 +35,14 @@ jobs:
3535
id: esc-secrets
3636
name: Fetch secrets from ESC
3737
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
38-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
38+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3939
id: app-auth
4040
with:
4141
app-id: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_APP_ID }}
4242
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
4343
owner: ${{ github.repository_owner }}
4444
- name: Setup mise
45-
uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310
45+
uses: jdx/mise-action@d6e9fb75ae3ee715d1db0b62373f15621d5f7329
4646
env:
4747
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
4848
with:

0 commit comments

Comments
 (0)