Skip to content

Bump credo from 1.7.8 to 1.7.9 #47

Bump credo from 1.7.8 to 1.7.9

Bump credo from 1.7.8 to 1.7.9 #47

Workflow file for this run

on:
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: "Pull Request"
permissions:
contents: read
jobs:
test:

Check failure on line 13 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 13, Col: 3): Error calling workflow 'maennchen/mix-dependency-submission/.github/workflows/part_test.yml@1c11b75ff828e22fb70884cf0d76645a7d4f7bb5'. The nested job 'credo' is requesting 'security-events: write', but is only allowed 'security-events: none'.
name: "Test"
uses: ./.github/workflows/part_test.yml
build:
name: "Build"
permissions:
id-token: write
contents: read
attestations: write
uses: ./.github/workflows/part_build.yml
with:
attest: false
docs:
name: "Docs"
permissions:
id-token: write
contents: read
attestations: write
uses: ./.github/workflows/part_docs.yml
with:
attest: false
dependabot:
name: "Dependabot"
permissions:
pull-requests: write
contents: write
if: ${{ github.actor == 'dependabot[bot]'}}
uses: ./.github/workflows/part_dependabot.yml
report_deps:
name: "Report Dependencies"
needs: ['build']
permissions:
contents: write
uses: ./.github/workflows/part_report_deps.yml
dependency-review:
name: "Dependency Review"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5