Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group #216

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group

build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 in the github-actions group #216

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
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."