Skip to content

fix: Bump setuptools to patch CVE-2024-6345 (#828) #4

fix: Bump setuptools to patch CVE-2024-6345 (#828)

fix: Bump setuptools to patch CVE-2024-6345 (#828) #4

Workflow file for this run

name: Push Checks
on:
push:
branches: master
permissions:
contents: read
jobs:
call-integration-tests:

Check failure on line 11 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Push Checks

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 11, Col: 3): Error calling workflow 'aws/aws-dynamodb-encryption-python/.github/workflows/ci_integration.yml@09e274019bde989c2cdf8af025a9a4bcc11b8426'. The nested job 'test' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Run Integration Tests
uses: ./.github/workflows/ci_integration.yml
call-static-analysis:
name: Run Static Analysis
uses: ./.github/workflows/ci_static-analysis.yaml
call-tests:
name: Run Tests
uses: ./.github/workflows/ci_tests.yaml