Skip to content

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5 #107

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5 #107

Workflow file for this run

name: tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
concurrency:
group: ${{ github.repository }}/${{ github.workflow }}/${{ github.ref }}
cancel-in-progress: false
jobs:
flow:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: '0'
- name: setup-git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: simple-compose-service-updates
uses: ./
with:
default_branch: 'main'
skips: 'postgresql-repmgr:15,postgresql-repmgr:16' # skip 15 should show 16
prs: 'skip' # todo how do we test the prs feature?
ignore: 'alertmanager'
env:
GH_TOKEN: ${{ github.token }} # required