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
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