Skip to content

Commit 7005279

Browse files
authored
Update GitHub Actions workflows. (#244)
This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit b7f0e100bb0abe6720cb1fd92d053fa66129643b.
1 parent ec97d85 commit 7005279

File tree

9 files changed

+270
-318
lines changed

9 files changed

+270
-318
lines changed

.github/workflows/build.yml

Lines changed: 64 additions & 116 deletions
Large diffs are not rendered by default.

.github/workflows/command-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
name: command-dispatch-for-testing
4545
steps:
4646
- name: Checkout Repo
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
4949
lfs: true
50-
- uses: peter-evans/slash-command-dispatch@v2
50+
- uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4.0.0
5151
with:
5252
token: ${{ secrets.PULUMI_BOT_TOKEN }}
5353
reaction-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/prerelease.yml

Lines changed: 73 additions & 73 deletions
Large diffs are not rendered by default.

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
name: comment-on-pr
4242
steps:
4343
- name: Checkout Repo
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
lfs: true
4747
- name: Comment PR
48-
uses: thollander/actions-comment-pull-request@v2
48+
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0
4949
with:
5050
message: >
5151
PR is now waiting for a maintainer to run the acceptance tests.

0 commit comments

Comments
 (0)