Skip to content

deps: update registry.fedoraproject.org/fedora-minimal docker tag to v42 #215

deps: update registry.fedoraproject.org/fedora-minimal docker tag to v42

deps: update registry.fedoraproject.org/fedora-minimal docker tag to v42 #215

Workflow file for this run

name: Checkton
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- name: Modify action.yaml to build latest image on the fly
run: |
sed -E "s;(\s*)image: .*;\1image: Dockerfile;" -i action.yaml
- name: Run self on self
id: checkton
uses: ./
with:
# funnily enough, checkton happens to work on regular shell scripts as well
include-regex: \.(sh|bash|yml|yaml)$
# exclude test data and submodules
exclude-regex: ^test/resources/files-to-check/|^test/.*bats(-support|-assert)/
differential: false
fail-on-findings: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
with:
sarif_file: ${{ steps.checkton.outputs.sarif }}
# Avoid clashing with ShellCheck
category: checkton