build(github): add GITHUB_TOKEN to setup-java actions (#4923)

This commit is contained in:
James Rich 2026-03-25 20:53:18 -05:00 committed by GitHub
parent 6f95435cfc
commit 36290fc94b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 3 deletions

View file

@ -71,6 +71,7 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
token: ${{ secrets.GITHUB_TOKEN }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL