Skip to content

Update actions/checkout action to v4 - autoclosed #103

Update actions/checkout action to v4 - autoclosed

Update actions/checkout action to v4 - autoclosed #103

Workflow file for this run

name: Integration Test
on:
push:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**/README.md'
tags-ignore:
- '*.*'
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Self test
id: selftest
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
DRY_RUN: 1
EXCLUDE_PATTERN: "\\.*/vendor/"
- name: Check outputs
run: |
test "${{ steps.selftest.outputs.scannedIssues }}" == "1"