Skip to content

Commit bc8ec39

Browse files
authored
Update GitHub Actions workflows. (#5896)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 0fccf404186fee66f0a9bb9b53959a52b4812c5e.
1 parent 4cfe1c3 commit bc8ec39

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main-post-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Fetch secrets from ESC
4747
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
4848
- name: Configure AWS Credentials
49-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
49+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5050
with:
5151
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }}
5252
aws-region: us-west-2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache_key: "mise-{{platform}}-${{ hashFiles('mise.lock') }}"
6161
cache_save: false
6262
- name: Configure AWS Credentials
63-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
63+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
6464
with:
6565
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
6666
aws-region: us-east-2
@@ -105,7 +105,7 @@ jobs:
105105
- name: Upload Provider Binaries
106106
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
107107
- name: Create GH Release
108-
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
108+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
109109
if: inputs.isPrerelease == false
110110
with:
111111
tag_name: v${{ inputs.version }}

.github/workflows/release_command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- if: failure()
3939
name: Notify failure
40-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
40+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -46,7 +46,7 @@ jobs:
4646
"release command failed: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
4747
- if: success()
4848
name: Notify success
49-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
49+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
5050
with:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: Create URL to the run output
8585
run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> "$GITHUB_OUTPUT"
8686
- name: Update with Result
87-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
87+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
8888
with:
8989
body: "Please view the PR build: ${{ steps.run-url.outputs.run-url }}"
9090
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}

0 commit comments

Comments
 (0)