diff --git a/.github/workflows/allocate.yaml b/.github/workflows/allocate.yaml index 8d5f88a688b..8c8325db7bd 100644 --- a/.github/workflows/allocate.yaml +++ b/.github/workflows/allocate.yaml @@ -18,7 +18,7 @@ jobs: name: "Allocate Security Identifiers" runs-on: runs-on=${{ github.run_id }}/runner=medium-arm container: - image: python:3.13-alpine + image: python:3.14-alpine permissions: contents: write if: github.repository == 'anchore/security-identifiers' # only run for main repo diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aac617e0eba..d7e9857e336 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: name: "Publish Security Identifiers Index (development)" runs-on: runs-on=${{ github.run_id }}/runner=medium-arm container: - image: python:3.13-alpine + image: python:3.14-alpine permissions: contents: write packages: write diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 591d3226f07..e9d8282881a 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -16,7 +16,7 @@ jobs: name: "Validate Schema" runs-on: ubuntu-latest container: - image: python:3.13-alpine + image: python:3.14-alpine permissions: contents: read steps: