Skip to content

chore(deps): update github/codeql-action action to v3.24.4 #1714

chore(deps): update github/codeql-action action to v3.24.4

chore(deps): update github/codeql-action action to v3.24.4 #1714

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
jobs:
loop:
name: loop
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', '' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: |
pwd
tree -a
shell: bash
- uses: ./
with:
debug: true
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_to_slack_user_map: ${{ secrets.GH_TO_SLACK_USER_MAP }}