From edcb15fd66b9f73e6adfae3f1439f3acd35e5f3a Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Mon, 16 Mar 2026 11:32:10 +0000 Subject: [PATCH] ci: python 3.14 Signed-off-by: Weston Steimel --- .github/workflows/allocate.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/validations.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/allocate.yaml b/.github/workflows/allocate.yaml index 8d5f88a688b5..8c8325db7bd8 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 aac617e0eba0..d7e9857e3362 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 591d3226f07e..e9d8282881a0 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: