mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -05:00
Add Actions names
This commit is contained in:
parent
443bae5b6f
commit
6e6d1348a6
5 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
name: Deploy Production
|
||||||
###########################################
|
###########################################
|
||||||
# Start the job on all push or PR to main #
|
# Start the job on all push or PR to main #
|
||||||
###########################################
|
###########################################
|
|
@ -9,7 +9,7 @@
|
||||||
# Documentation:
|
# Documentation:
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
#
|
#
|
||||||
|
name: Deploy Release
|
||||||
###########################################
|
###########################################
|
||||||
# Start the job upon publishing a release #
|
# Start the job upon publishing a release #
|
||||||
###########################################
|
###########################################
|
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -10,6 +10,8 @@
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
name: Stack Linter
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
# Start the job on all push #
|
# Start the job on all push #
|
||||||
#############################
|
#############################
|
||||||
|
|
2
.github/workflows/trivy.yml
vendored
2
.github/workflows/trivy.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# Disabling trivy scans while they get troubleshooting for failures
|
# Disabling trivy scans while they get troubleshooting for failures
|
||||||
---
|
---
|
||||||
name: Container Security Scan with Trivy
|
name: Trivy Container Scan
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
2
.github/workflows/versioning.yml
vendored
2
.github/workflows/versioning.yml
vendored
|
@ -13,7 +13,7 @@
|
||||||
##########################
|
##########################
|
||||||
# Name of the action job #
|
# 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 #
|
# Run the job when a release is published or edited #
|
||||||
|
|
Loading…
Reference in a new issue