Upgrade images to use 3GPP release 18 #375
Workflow file for this run
This file contains hidden or 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
| # SPDX-License-Identifier: Apache-2.0 | |
| # Copyright 2024 Intel Corporation | |
| name: Main workflow | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| lint-charts: | |
| permissions: | |
| contents: read | |
| checks: write | |
| id-token: write | |
| attestations: write | |
| uses: omec-project/.github/.github/workflows/lint-charts.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26 | |
| secrets: inherit | |
| with: | |
| branch_name: ${{ github.ref }} | |
| license-check: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| attestations: write | |
| uses: omec-project/.github/.github/workflows/license-check.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26 | |
| with: | |
| branch_name: ${{ github.ref }} | |
| fossa-scan: | |
| permissions: | |
| contents: read | |
| security-events: write | |
| id-token: write | |
| attestations: write | |
| uses: omec-project/.github/.github/workflows/fossa-scan.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26 | |
| with: | |
| branch_name: ${{ github.ref }} | |
| analysis: | |
| if: github.repository_owner == 'omec-project' | |
| permissions: | |
| actions: read | |
| artifact-metadata: read | |
| attestations: read | |
| checks: read | |
| code-quality: read | |
| contents: read | |
| deployments: read | |
| discussions: read | |
| id-token: write | |
| issues: read | |
| models: read | |
| packages: read | |
| pages: read | |
| pull-requests: read | |
| repository-projects: read | |
| security-events: write | |
| statuses: read | |
| vulnerability-alerts: read | |
| uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@0bce626c84023cadf638ceff2af19c73a7201bf8 # v0.0.26 | |
| with: | |
| branch_name: ${{ github.ref }} |