Skip to content

build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 #95

build(deps): bump github/codeql-action from 3.26.2 to 3.26.6

build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 #95

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 "actions@github.com"
- 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