Quellcode durchsuchen

pin porter-update-action to v0.1.0

Anukul Sangwan vor 4 Jahren
Ursprung
Commit
9053537cfe
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      internal/integrations/ci/actions/steps.go

+ 1 - 2
internal/integrations/ci/actions/steps.go

@@ -14,8 +14,7 @@ func getCheckoutCodeStep() GithubActionYAMLStep {
 func getUpdateAppStep(serverURL, porterTokenSecretName string, projectID uint, clusterID uint, appName string) GithubActionYAMLStep {
 	return GithubActionYAMLStep{
 		Name: "Update Porter App",
-		// TODO: tag a version (v2.0.0?) and pin here
-		Uses: "porter-dev/porter-update-action@main",
+		Uses: "porter-dev/porter-update-action@v0.1.0",
 		With: map[string]string{
 			"app":     appName,
 			"cluster": fmt.Sprintf("%d", clusterID),