Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/allocate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down