Skip to content

Bump rexml from 3.3.7 to 3.3.9 #56

Bump rexml from 3.3.7 to 3.3.9

Bump rexml from 3.3.7 to 3.3.9 #56

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