Skip to content

chore(deps): bump the github-actions group across 1 directory with 3 … #1510

chore(deps): bump the github-actions group across 1 directory with 3 …

chore(deps): bump the github-actions group across 1 directory with 3 … #1510

Workflow file for this run

name: TDR Run Tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
permissions:
id-token: write
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: sbt/setup-sbt@93e926cbdb4a428e41b4ef754124ec82925ffdc2 # v1.1.23
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@c130d20af544843b70e2a0e1a44759d4fabf3a5d # v0.0.37
- uses: nationalarchives/tdr-github-actions/.github/actions/slack-send@c130d20af544843b70e2a0e1a44759d4fabf3a5d # v0.0.37
if: failure()
with:
message: ":warning: Secrets found in repository ${{ inputs.repo-name }}"
slack-url: ${{ secrets.SLACK_WEBHOOK }}
- name: Run tests
run: sbt test