mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Rename workflows for clarity
This commit is contained in:
parent
1b17315935
commit
0ac5028137
@ -9,7 +9,7 @@
|
|||||||
# the `language` matrix defined below to confirm you have the correct set of
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
# supported CodeQL languages.
|
# supported CodeQL languages.
|
||||||
#
|
#
|
||||||
name: "CodeQL"
|
name: CodeQL Analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Source repository: https://github.com/actions/dependency-review-action
|
# Source repository: https://github.com/actions/dependency-review-action
|
||||||
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
||||||
name: 'Dependency Review'
|
name: Dependency Analysis
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
@ -2,7 +2,7 @@
|
|||||||
# by a third-party and are governed by separate terms of service, privacy
|
# by a third-party and are governed by separate terms of service, privacy
|
||||||
# policy, and support documentation.
|
# policy, and support documentation.
|
||||||
|
|
||||||
name: Scorecard supply-chain security
|
name: OpenSSF's Scorecard Analysis
|
||||||
on:
|
on:
|
||||||
# For Branch-Protection check. Only the default branch is supported. See
|
# For Branch-Protection check. Only the default branch is supported. See
|
||||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
@ -1,7 +1,7 @@
|
|||||||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
||||||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
||||||
|
|
||||||
name: Node.js Package
|
name: Publish GitHub Package
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
@ -1,4 +1,4 @@
|
|||||||
name: ua-parser-js-run-test
|
name: UAParser.js CI-Test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user