Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update canonical/sdcore-github-workflows action to v2.3.1 #447

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/1_5_scheduled_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ 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
with:
branch-name: "v1.5"

lint-report:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.5"

terraform-check:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.5"

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.5"

unit-tests-with-coverage:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: "v1.5"

Expand All @@ -36,22 +36,22 @@ jobs:
- 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
with:
branch-name: "v1.5"
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
with:
branch-name: "v1.5"
enable-metallb: true

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
with:
branch-name: "v1.5"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
22 changes: 11 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,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
Expand All @@ -53,7 +53,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: 1.6
secrets:
Expand All @@ -67,7 +67,7 @@ jobs:
- unit-tests-with-coverage
- integration-test
if: ${{ (github.ref_name != 'main') && (github.event_name == 'push') }}
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
branch-name: ${{ github.ref_name }}
track-name: 1.6
Expand All @@ -93,7 +93,7 @@ jobs:
- publish-charm
- lib-needs-publishing
if: ${{ github.ref_name == 'main' }} && ${{ needs.changes.outputs.needs-publishing == 'true' }}
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].0
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
with:
lib-name: "charms.sdcore_nrf_k8s.v0.fiveg_nrf"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading