Skip to content

Bump github/super-linter from 4.10.0 to 5.0.0 #20

Bump github/super-linter from 4.10.0 to 5.0.0

Bump github/super-linter from 4.10.0 to 5.0.0 #20

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
permissions:
contents: read
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for opening an Issue request, I'll check it out shortly."
pr-message: "Thanks for contributing to the project."