Skip to content

Bump github/codeql-action from 3.29.2 to 3.29.5 #1015

Bump github/codeql-action from 3.29.2 to 3.29.5

Bump github/codeql-action from 3.29.2 to 3.29.5 #1015

Workflow file for this run

on: [push]
permissions:
contents: read
jobs:
trigger_externals:
if: ${{ github.repository_owner == 'nest' && github.ref_name == 'master' }}
name: "Trigger downstream repos"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit
disable-telemetry: true
- name: Trigger nest/nest-extension-module CI
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
with:
token: ${{ secrets.NEST_EXTENSION_MODULE_TRIGGER_TOKEN }}
repository: 'nest/nest-extension-module'
event-type: dispatch-event_nest-update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'