Skip to content

:dependabot: uv(deps): Bump boto3 from 1.39.4 to 1.42.3 #222

:dependabot: uv(deps): Bump boto3 from 1.39.4 to 1.42.3

:dependabot: uv(deps): Bump boto3 from 1.39.4 to 1.42.3 #222

Workflow file for this run

---
name: 🧑‍🔬 Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Octo STS
id: octo_sts
uses: ministryofjustice/analytical-platform-github-actions/octo-sts@df5fa543cab50de34ac4c1ccd6f85617744bf9e4 # v4.0.0
- name: Build
id: build
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
push: false
tags: ${{ github.repository }}:${{ github.sha }}
- name: Run
id: run
run: |
docker run ${{ github.repository }}:${{ github.sha }}