Skip to content

:dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions from 4.0.0 to 5.1.0 #158

:dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions from 4.0.0 to 5.1.0

:dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions from 4.0.0 to 5.1.0 #158

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@68ce2de03822a2ca9c6976e558331cd362271155 # v5.1.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 }}