-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
135 changed files
with
1,945 additions
and
1,734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
# This is a no-op job which exists only to be managed by Renovate. The steps in | ||
# this file are read in and their versions are used as defaults for our | ||
# providers. | ||
# | ||
# Please think hard before adding new actions to this list. Local targets which | ||
# understand how to perform this setup is always preferred over CI-only | ||
# actions. | ||
on: {} | ||
|
||
jobs: | ||
default-versions: | ||
if: false | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
# Languages | ||
|
||
- name: golangci/golangci-lint-action | ||
uses: golangci/[email protected] | ||
|
||
- name: actions/setup-go | ||
uses: actions/[email protected] | ||
|
||
- name: actions/setup-dotnet | ||
uses: actions/[email protected] | ||
|
||
- name: actions/setup-java | ||
uses: actions/[email protected] | ||
|
||
- name: gradle/gradle-build-action | ||
uses: gradle/[email protected] | ||
|
||
- name: actions/setup-node | ||
uses: actions/[email protected] | ||
|
||
- name: actions/setup-python | ||
uses: actions/[email protected] | ||
|
||
# Cloud Auth | ||
|
||
- name: azure/login | ||
uses: azure/[email protected] | ||
|
||
- name: aws-actions/configure-aws-credentials | ||
uses: aws-actions/[email protected] | ||
|
||
- name: google-github-actions/setup-gcloud | ||
uses: google-github-actions/[email protected] | ||
|
||
- name: google-github-actions/auth | ||
uses: google-github-actions/[email protected] | ||
|
||
# Tools | ||
|
||
- name: goreleaser/goreleaser-action | ||
uses: goreleaser/[email protected] | ||
|
||
- name: jaxxstorm/action-install-gh-release | ||
uses: jaxxstorm/[email protected] | ||
|
||
- name: pulumi/actions | ||
uses: pulumi/[email protected] | ||
|
||
- name: codecov/codecov-action | ||
uses: codecov/[email protected] | ||
|
||
- name: pulumi/provider-version-action | ||
uses: pulumi/[email protected] | ||
|
||
# GHA Utilities | ||
|
||
- name: EndBug/add-and-commit | ||
uses: EndBug/[email protected] | ||
|
||
- name: actions-ecosystem/action-add-labels | ||
uses: actions-ecosystem/[email protected] | ||
|
||
- name: peter-evans/enable-pull-request-automerge@v1 | ||
uses: peter-evans/[email protected] | ||
|
||
- name: actions/checkout | ||
uses: actions/[email protected] | ||
|
||
- name: pulumi/git-status-check-action | ||
uses: pulumi/[email protected] | ||
|
||
- name: c-hive/gha-remove-artifacts | ||
uses: c-hive/[email protected] | ||
|
||
- name: peter-evans/create-or-update-comment | ||
uses: peter-evans/[email protected] | ||
|
||
- name: geekyeggo/delete-artifact | ||
uses: geekyeggo/[email protected] | ||
|
||
- name: actions/download-artifact | ||
uses: actions/[email protected] | ||
|
||
- name: 8398a7/action-slack | ||
uses: 8398a7/[email protected] | ||
|
||
- name: dorny/paths-filter | ||
uses: dorny/[email protected] | ||
|
||
- name: repo-sync/pull-request | ||
uses: repo-sync/[email protected] | ||
|
||
- name: thollander/actions-comment-pull-request | ||
uses: thollander/[email protected] | ||
|
||
- name: peter-evans/slash-command-dispatch | ||
uses: peter-evans/[email protected] | ||
|
||
- name: actions/upload-artifact | ||
uses: actions/[email protected] | ||
|
||
- name: actions/github-script | ||
uses: actions/[email protected] | ||
|
||
- name: pulumi/pulumi-upgrade-provider-action | ||
uses: pulumi/[email protected] | ||
|
||
- name: rtCamp/action-slack-notify | ||
uses: rtCamp/[email protected] | ||
|
||
- name: jlumbroso/free-disk-space | ||
uses: jlumbroso/[email protected] | ||
|
||
- name: helm/kind-action | ||
uses: helm/[email protected] | ||
|
||
- name: guibranco/github-status-action-v2 | ||
uses: guibranco/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Used by Renovate to re-generate workflows. | ||
build: | ||
make -C provider-ci gen | ||
make -C native-provider-ci providers |
Oops, something went wrong.