Skip to content

build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 #88

build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0

build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 #88

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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