From 6e6d1348a62eccfde07d93c36cd98e593f408004 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 21 Feb 2022 10:17:34 -0500 Subject: [PATCH] Add Actions names --- .../workflows/{deploy-Production.yml => deploy-production.yml} | 1 + .github/workflows/{deploy-Release.yml => deploy-release.yml} | 2 +- .github/workflows/stack-linter.yml | 2 ++ .github/workflows/trivy.yml | 2 +- .github/workflows/versioning.yml | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) rename .github/workflows/{deploy-Production.yml => deploy-production.yml} (99%) rename .github/workflows/{deploy-Release.yml => deploy-release.yml} (99%) diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-production.yml similarity index 99% rename from .github/workflows/deploy-Production.yml rename to .github/workflows/deploy-production.yml index 74e51822..ea69b4f9 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-production.yml @@ -10,6 +10,7 @@ # https://help.github.com/en/articles/workflow-syntax-for-github-actions # +name: Deploy Production ########################################### # Start the job on all push or PR to main # ########################################### diff --git a/.github/workflows/deploy-Release.yml b/.github/workflows/deploy-release.yml similarity index 99% rename from .github/workflows/deploy-Release.yml rename to .github/workflows/deploy-release.yml index 19bfe3a6..0824fc4a 100644 --- a/.github/workflows/deploy-Release.yml +++ b/.github/workflows/deploy-release.yml @@ -9,7 +9,7 @@ # Documentation: # https://help.github.com/en/articles/workflow-syntax-for-github-actions # - +name: Deploy Release ########################################### # Start the job upon publishing a release # ########################################### diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 527813c0..e7b99fb4 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -10,6 +10,8 @@ # https://help.github.com/en/articles/workflow-syntax-for-github-actions # +name: Stack Linter + ############################# # Start the job on all push # ############################# diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index fcb99204..39521521 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -1,6 +1,6 @@ # Disabling trivy scans while they get troubleshooting for failures --- -name: Container Security Scan with Trivy +name: Trivy Container Scan on: push: branches: diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index cb41f50e..6ad96a84 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -13,7 +13,7 @@ ########################## # Name of the action job # ########################## -name: Keep GitHub tag versions up-to-date +name: GitHub Tag Update ##################################################### # Run the job when a release is published or edited #