Skip to content

Commit 87abf0e

Browse files
authored
chore(ci): Rename workflows (#1785)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent edb6867 commit 87abf0e

10 files changed

+12
-12
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
security-events: write
2323
env:
2424
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
25-
CHAINLOOP_WORKFLOW_NAME: "chainloop-vault-codeql"
25+
CHAINLOOP_WORKFLOW_NAME: "codeql"
2626
CHAINLOOP_PROJECT: "chainloop"
2727

2828
strategy:

.github/workflows/contracts/chainloop-chainloop-github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# contract used in chainloop-vault-release workflow
1+
# contract used in release workflow
22
schemaVersion: v1
33
policies:
44
attestation:

.github/workflows/contracts/chainloop-docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contract used in chainloop-docs-release workflow
1+
# Contract used in docs-release workflow
22
schemaVersion: v1
33
runner:
44
type: GITHUB_ACTION

.github/workflows/contracts/chainloop-vault-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contract for chainloop-vault-codeql workflow
1+
# Contract for codeql workflow
22
schemaVersion: v1
33
runner:
44
type: GITHUB_ACTION

.github/workflows/contracts/chainloop-vault-helm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contract for chainloop-vault-helm-package workflow
1+
# Contract for helm-package workflow
22
schemaVersion: v1
33
runner:
44
type: GITHUB_ACTION

.github/workflows/contracts/chainloop-vault-scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contract for chainloop-vault-scorecards workflow
1+
# Contract for scorecards workflow
22
schemaVersion: v1
33
runner:
44
type: GITHUB_ACTION

.github/workflows/contracts/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contract for the chainloop-vault-build-and-package workflow
1+
# Contract for the build-and-package workflow
22
schemaVersion: v1
33
policies:
44
attestation:

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
secrets:
1818
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
1919
with:
20-
workflow_name: "chainloop-docs-release"
20+
workflow_name: "docs-release"
2121
project_name: "chainloop"
2222

2323
deploy_docs:
@@ -86,4 +86,4 @@ jobs:
8686
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
8787
with:
8888
attestation_name: "docs"
89-
workflow_name: "chainloop-docs-release"
89+
workflow_name: "docs-release"

.github/workflows/package_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
2121
with:
2222
project: "chainloop"
23-
workflow_name: "chainloop-vault-helm-package"
23+
workflow_name: "helm-package"
2424
secrets:
2525
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
2626

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
secrets:
2525
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
2626
with:
27-
workflow_name: "chainloop-vault-scorecards"
27+
workflow_name: "scorecards"
2828
project_name: "chainloop"
2929

3030
analysis:
@@ -92,4 +92,4 @@ jobs:
9292
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
9393
with:
9494
attestation_name: "scorecards"
95-
workflow_name: "chainloop-vault-scorecards"
95+
workflow_name: "scorecards"

0 commit comments

Comments
 (0)