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

build(deps): bump endorlabs/github-action from e3c2c24b65c64607c2997c6a264bf27ca75d90be to 5f104e128de8d0c4d1174878aedbafdd85be3e79 in the github-actions group #312

build(deps): bump endorlabs/github-action from e3c2c24b65c64607c2997c6a264bf27ca75d90be to 5f104e128de8d0c4d1174878aedbafdd85be3e79 in the github-actions group

build(deps): bump endorlabs/github-action from e3c2c24b65c64607c2997c6a264bf27ca75d90be to 5f104e128de8d0c4d1174878aedbafdd85be3e79 in the github-actions group #312

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
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."