Skip to content

Bump actions/dependency-review-action from 3.0.6 to 3.1.0 #59

Bump actions/dependency-review-action from 3.0.6 to 3.1.0

Bump actions/dependency-review-action from 3.0.6 to 3.1.0 #59

Workflow file for this run

name: 'Build a test package'
on:
pull_request:
push:
branches: [ stable, testing ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: 'Check out the repo'
id: checkout
uses: actions/[email protected]
- name: 'Build package'
id: build
uses: jtdor/[email protected]
with:
buildpackage-opts: -us -uc
docker-image: debian:bullseye-slim
- name: 'Upload artifacts'
id: upload
uses: actions/[email protected]
with:
name: package
path: debian/artifacts