Skip to content

Bump golang.org/x/net from 0.50.0 to 0.51.0 #374

Bump golang.org/x/net from 0.50.0 to 0.51.0

Bump golang.org/x/net from 0.50.0 to 0.51.0 #374

Workflow file for this run

# Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
# Copyright 2025 Canonical Ltd.
#
# SPDX-License-Identifier: Apache-2.0
name: CI Pipeline
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
build:
permissions:
contents: read
actions: read
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/build.yml@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
with:
branch_name: ${{ github.ref }}
# static-analysis:
# uses: omec-project/.github/.github/workflows/static-analysis.yml@main
# with:
# branch_name: ${{ github.ref }}
lint:
permissions:
contents: read
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/lint.yml@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
with:
branch_name: ${{ github.ref }}
license-check:
permissions:
contents: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/license-check.yml@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
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@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
with:
branch_name: ${{ github.ref }}
unit-tests:
permissions:
contents: read
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/unit-test.yml@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
with:
branch_name: ${{ github.ref }}
analysis:
if: github.repository_owner == 'omec-project'
permissions:
actions: read
artifact-metadata: read
attestations: read
checks: 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
uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@40ff5b9cd1d59e64caae6f30ed9ccbece3951ea6 # v0.0.17
with:
branch_name: ${{ github.ref }}