Skip to content

chore(deps-dev): Bump rexml from 3.3.2 to 3.3.6 in the bundler group #153

chore(deps-dev): Bump rexml from 3.3.2 to 3.3.6 in the bundler group

chore(deps-dev): Bump rexml from 3.3.2 to 3.3.6 in the bundler group #153

Workflow file for this run

name: 'Push'
'on':
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
name: 'Build & Test'
uses: ./.github/workflows/ci.build-test.yml
secrets: inherit
build-dependency-graph:
name: 'Build & Test'
uses: ./.github/workflows/ci.dependency-graph.yml
secrets: inherit
permissions:
contents: write # needed for graph write
deploy-site:
name: 'Deploy'
uses: ./.github/workflows/deploy.site.yml
permissions:
contents: read
pages: write
id-token: write
checks-hashes:
name: 'Checks'
uses: ./.github/workflows/check.hashes.yml