Skip to content

feat: remove GUILD_PRESENCES intent and add PRIVACY.md #51

feat: remove GUILD_PRESENCES intent and add PRIVACY.md

feat: remove GUILD_PRESENCES intent and add PRIVACY.md #51

Workflow file for this run

name: Scan Dependencies
on:
push:
branches: [ "master" ]
jobs:
dependency-submission:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0