Skip to content

Bump composer from 2.8.12 to 2.9.1 #772

Bump composer from 2.8.12 to 2.9.1

Bump composer from 2.8.12 to 2.9.1 #772

Workflow file for this run

---
on: push
name: Docker build and run
permissions:
contents: read
jobs:
build:
name: Docker build and run
if: '!github.event.deleted'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Docker build
run: docker build --tag github-security-jira:latest .
- name: Run in Docker
run: docker run -t --rm github-security-jira:latest --version