Skip to content

Bump the actions-deps group with 8 updates (#105) #46

Bump the actions-deps group with 8 updates (#105)

Bump the actions-deps group with 8 updates (#105) #46

Workflow file for this run

# 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:
validate:
permissions:
contents: write
actions: read
id-token: write
uses: omec-project/.github/.github/workflows/validate.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
with:
branch_name: ${{ github.ref }}
doc8:
permissions:
contents: read
actions: read
security-events: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
with:
branch_name: ${{ github.ref }}
target: doc8
spell-check:
permissions:
contents: read
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
with:
branch_name: ${{ github.ref }}
target: spelling
link-check:
permissions:
contents: read
checks: write
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
with:
branch_name: ${{ github.ref }}
target: linkcheck
license-check:
permissions:
contents: read
id-token: write
attestations: write
uses: omec-project/.github/.github/workflows/license-check.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
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@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
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@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12
with:
branch_name: ${{ github.ref }}