1 Commits

Author SHA1 Message Date
306b6628a2 Update dependency discord.js to v14
Some checks failed
renovate/artifacts Artifact file update failure
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
CodeQL / Analyze (javascript) (pull_request) Failing after 58s
Node.js CI / test (15.x) (pull_request) Failing after 1m41s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
2025-07-19 13:03:49 +00:00
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ jobs:
steps: steps:
# Checkout the repository to the GitHub Actions runner # Checkout the repository to the GitHub Actions runner
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v2
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI - name: Run Codacy Analysis CLI

View File

@ -35,7 +35,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v2
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View File

@ -32,10 +32,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
if: ${{ github.event_name != 'pull_request_target' }} if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v4 uses: actions/checkout@v2
- name: Checkout PR - name: Checkout PR
if: ${{ github.event_name == 'pull_request_target' }} if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v4 uses: actions/checkout@v2
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -18,7 +18,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"discord.js": "^12.5.3", "discord.js": "^14.0.0",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"got": "^11.8.3", "got": "^11.8.3",
"module-alias": "^2.2.2", "module-alias": "^2.2.2",