mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-07-02 19:52:43 +03:00
91d3336045
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [wdzeng/chrome-extension](https://github.com/wdzeng/chrome-extension) | `1.3.0` | `2.0.1` | | [wdzeng/edge-addon](https://github.com/wdzeng/edge-addon) | `2.1.0` | `2.1.1` | | [wdzeng/firefox-addon](https://github.com/wdzeng/firefox-addon) | `1.2.0` | `1.2.1` | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [dev-build-deploy/release-me](https://github.com/dev-build-deploy/release-me) | `0.18.2` | `1.0.0` | Updates `wdzeng/chrome-extension` from 1.3.0 to 2.0.1 - [Release notes](https://github.com/wdzeng/chrome-extension/releases) - [Commits](https://github.com/wdzeng/chrome-extension/compare/v1.3.0...v2.0.1) Updates `wdzeng/edge-addon` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/wdzeng/edge-addon/releases) - [Commits](https://github.com/wdzeng/edge-addon/compare/v2.1.0...v2.1.1) Updates `wdzeng/firefox-addon` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/wdzeng/firefox-addon/releases) - [Commits](https://github.com/wdzeng/firefox-addon/compare/v1.2.0...v1.2.1) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `dev-build-deploy/release-me` from 0.18.2 to 1.0.0 - [Release notes](https://github.com/dev-build-deploy/release-me/releases) - [Commits](https://github.com/dev-build-deploy/release-me/compare/v0.18.2...v1.0.0) --- updated-dependencies: - dependency-name: wdzeng/chrome-extension dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: wdzeng/edge-addon dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: wdzeng/firefox-addon dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dev-build-deploy/release-me dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
87 lines
3.0 KiB
YAML
87 lines
3.0 KiB
YAML
# 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: "CodeQL"
|
||
|
||
on:
|
||
push:
|
||
branches: [ "main", "next" ]
|
||
paths-ignore:
|
||
- '**.md'
|
||
- 'LICENSE'
|
||
- '**/cd_pipeline.yaml'
|
||
- '**/dependabot.yml'
|
||
- '**/pr_pipeline.yaml'
|
||
- '.vscode/*'
|
||
pull_request:
|
||
# The branches below must be a subset of the branches above
|
||
branches: [ "main", "next" ]
|
||
paths-ignore:
|
||
- '**.md'
|
||
- 'LICENSE'
|
||
- '**/cd_pipeline.yaml'
|
||
- '**/dependabot.yml'
|
||
- '**/pr_pipeline.yaml'
|
||
- '.vscode/*'
|
||
schedule:
|
||
- cron: '24 7 * * 3'
|
||
|
||
jobs:
|
||
analyze:
|
||
name: Analyze
|
||
runs-on: ubuntu-latest
|
||
permissions:
|
||
actions: read
|
||
contents: read
|
||
security-events: write
|
||
|
||
strategy:
|
||
fail-fast: false
|
||
matrix:
|
||
language: [ 'typescript' ]
|
||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
||
|
||
steps:
|
||
- name: Checkout repository
|
||
uses: actions/checkout@v7
|
||
|
||
# Initializes the CodeQL tools for scanning.
|
||
- name: Initialize CodeQL
|
||
uses: github/codeql-action/init@v4
|
||
with:
|
||
languages: ${{ matrix.language }}
|
||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||
# By default, queries listed here will override any specified in a config file.
|
||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||
|
||
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
|
||
# queries: security-extended,security-and-quality
|
||
|
||
|
||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||
# If this step fails, then you should remove it and run the build manually (see below)
|
||
- name: Autobuild
|
||
uses: github/codeql-action/autobuild@v4
|
||
|
||
# ℹ️ Command-line programs to run using the OS shell.
|
||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||
|
||
# If the Autobuild fails above, remove it and uncomment the following three lines.
|
||
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
|
||
|
||
# - run: |
|
||
# echo "Run, Build Application using script"
|
||
# ./location_of_script_within_repo/buildscript.sh
|
||
|
||
- name: Perform CodeQL Analysis
|
||
uses: github/codeql-action/analyze@v4
|