Skip to content

chore: Bump @types/node from 22.7.5 to 22.10.1 #422

chore: Bump @types/node from 22.7.5 to 22.10.1

chore: Bump @types/node from 22.7.5 to 22.10.1 #422

Workflow file for this run

name: Greetings
on:
- pull_request_target
- issues
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write # for actions/first-interaction to comment on first issue
pull-requests: write # for actions/first-interaction to comment on first PR
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
allowed-endpoints: >
api.github.com:443
disable-sudo: true
disable-telemetry: true
egress-policy: block
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for your contribution 🔥 We will take a look asap 🚀\n\nIn the meantime we recommend each new contribute to have a look at the [contribution guide](https://github.com/florianrusch/vue3-quagga2/CONTRIBUTING.md)."
pr-message: "Thanks for your contribution 🔥 We will take a look asap 🚀\n\nIn the meantime we recommend each new contribute to have a look at the [contribution guide](https://github.com/florianrusch/vue3-quagga2/CONTRIBUTING.md)."