Skip to content

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #57

Bump rails-html-sanitizer from 1.6.0 to 1.6.1

Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #57

Workflow file for this run

# Continuous integration to Docker Hub
name: Build
on:
push:
branches:
- 'master'
tags:
- '[v]*'
pull_request:
branches:
- 'master'
jobs:
audit:
name: Run selective audit
uses: ./.github/workflows/selective-audit.yml
with:
run-bundle-audit: false
run-lint: false
run-brakeman: false
tests:
name: Run tests
uses: ./.github/workflows/run-tests.yml
build:
name: Build and push
needs: [ audit, tests ]
uses: ./.github/workflows/build.yml
with:
image: jmessenger/maint-autobuild
secrets: inherit