Skip to content

Commit 8b99ed9

Browse files
committed
SK-2392 Update workflows
1 parent ada8b74 commit 8b99ed9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/Gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Gitleaks secrets scan
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- v1
77

88

99
permissions:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main, '*']
16+
branches: [ v1, '*']
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main ]
19+
branches: [ v1 ]
2020

2121
jobs:
2222
analyze:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: main
1+
name: V1
22

33
on:
44
push:
55
branches:
6-
- main
6+
- v1
77

88
jobs:
99
Test:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Semgrep Scan
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- v1
77

88
jobs:
99
build:

.github/workflows/shared-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
ref:
7-
description: 'Git reference to use (e.g., main or branch name)'
7+
description: 'Git reference to use (e.g., v1 or branch name)'
88
required: true
99
type: string
1010

0 commit comments

Comments
 (0)