Skip to content

Commit

Permalink
Start pinning action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Nov 26, 2024
1 parent 3211fa3 commit ff808bb
Show file tree
Hide file tree
Showing 135 changed files with 1,945 additions and 1,734 deletions.
133 changes: 133 additions & 0 deletions .github/workflows/default-action-versions.yml
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]
4 changes: 4 additions & 0 deletions Makefile
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
Loading

0 comments on commit ff808bb

Please sign in to comment.