Skip to content

Commit 3a07fa2

Browse files
ringodspulumi-bot
andauthored
Regenerate workflows for pulumi-scaleway (#453)
Co-authored-by: pulumi-bot <bot@pulumi.com>
1 parent 87e6041 commit 3a07fa2

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.config/mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ _.source = "{{config_root}}/scripts/get-versions.sh"
99
# Runtimes
1010
# TODO: we may not need `get_env` once https://github.com/jdx/mise/discussions/6339 is fixed
1111
go = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}"
12-
node = '20'
12+
node = '20.19.5'
1313
python = '3.11.8'
14-
dotnet = '8.0'
14+
dotnet = '8.0.414'
1515
# Corretto version used as Java SE/OpenJDK version no longer offered
1616
java = 'corretto-11'
1717

.github/workflows/pull-request.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ env:
77
PULUMI_PROVIDER_AUTOMATION_TOKEN: ${{ secrets.PULUMI_PROVIDER_AUTOMATION_TOKEN }}
88
TF_APPEND_USER_AGENT: pulumi
99

10+
name: Comment on community PRs
11+
on:
12+
pull_request_target: {}
13+
1014
jobs:
1115
comment-on-pr:
1216
if: github.event.pull_request.head.repo.full_name != github.repository
1317
name: comment-on-pr
1418
runs-on: ubuntu-latest
19+
permissions:
20+
pull-requests: write
1521
steps:
16-
- name: Checkout Repo
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18-
with:
19-
persist-credentials: false
20-
- id: esc-secrets
21-
name: Map environment to ESC outputs
22-
uses: ./.github/actions/esc-action
2322
- name: Comment PR
2423
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
2524
with:
@@ -28,6 +27,3 @@ jobs:
2827
PR is now waiting for a maintainer to run the acceptance tests.
2928
3029
**Note for the maintainer:** To run the acceptance tests, please comment */run-acceptance-tests* on the PR
31-
name: pull-request
32-
on:
33-
pull_request_target: {}

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ clean:
169169
rm -rf sdk/{dotnet,nodejs,go,python}
170170
rm -rf bin/*
171171
rm -rf .make/*
172+
rm -rf "$(GEN_PULUMI_CONVERT_EXAMPLES_CACHE_DIR)"
172173
if dotnet nuget list source | grep "$(WORKING_DIR)/nuget"; then \
173174
dotnet nuget remove source "$(WORKING_DIR)/nuget" \
174175
; fi

0 commit comments

Comments
 (0)