File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments