generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump canonical/sdcore-github-workflows from 2.3.0 to 2.3.1 in …
…the github_actions group (#59) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f9256b
commit 1fe28c9
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ permissions: | |
|
||
jobs: | ||
auto-merge: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ on: | |
jobs: | ||
update: | ||
name: Update Issue | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
secrets: | ||
JIRA_URL: ${{ secrets.JIRA_URL }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,37 +11,37 @@ on: | |
jobs: | ||
codeql: | ||
name: CodeQL Analysis | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
check-libraries: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
secrets: | ||
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }} | ||
|
||
lint-report: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
terraform-check: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
static-analysis: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
unit-tests-with-coverage: | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
build: | ||
needs: | ||
- lint-report | ||
- static-analysis | ||
- unit-tests-with-coverage | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
secrets: inherit | ||
|
||
integration-test: | ||
needs: | ||
- build | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
|
||
publish-charm: | ||
name: Publish Charm | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- unit-tests-with-coverage | ||
- integration-test | ||
if: ${{ github.ref_name == 'main' }} | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
with: | ||
track-name: 2.1 | ||
secrets: | ||
|
@@ -76,7 +76,7 @@ jobs: | |
- publish-charm | ||
- fiveg-f1-lib-needs-publishing | ||
if: ${{ github.ref_name == 'main' }} | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
with: | ||
lib-name: "charms.oai_ran_cu_k8s.v0.fiveg_f1" | ||
secrets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
jobs: | ||
promote: | ||
name: Promote Charm | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
with: | ||
promotion: ${{ github.event.inputs.promotion }} | ||
track-name: ${{ github.event.inputs.track-name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ permissions: | |
jobs: | ||
update-lib: | ||
name: Check libraries | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0 | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1 | ||
secrets: inherit |