Skip to content

Commit 765cdef

Browse files
Update first-party Pulumi dependencies (#2216)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | digest | `9519177` -> `8582a9e` | | [pulumi/esc-export-secrets-action](https://redirect.github.com/pulumi/esc-export-secrets-action) | action | pinDigest | -> `9d64857` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent c581652 commit 765cdef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ runs:
151151
token: ${{ inputs.github-token }}
152152

153153
- name: Install Pulumi
154-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6
154+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6
155155
with:
156156
pulumi-version: ${{ inputs.pulumi-version }}
157157

.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-examples

0 commit comments

Comments
 (0)