Skip to content

[JS] bump: (deps): Bump @microsoft/teams-js from 2.31.1 to 2.32.0 in /js in the production group #1475

[JS] bump: (deps): Bump @microsoft/teams-js from 2.31.1 to 2.32.0 in /js in the production group

[JS] bump: (deps): Bump @microsoft/teams-js from 2.31.1 to 2.32.0 in /js in the production group #1475

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: JS CodeQL
on:
push:
branches: ['main']
paths: ['js/**']
pull_request:
branches: ['main']
paths: ['js/**']
schedule:
- cron: '0 0 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
category: "/language:javascript"