chore(github): update GitHub token reference in workflows (#4926)

This commit is contained in:
James Rich
2026-03-25 21:32:14 -05:00
committed by GitHub
parent da5b28443e
commit ff6e1813ea
7 changed files with 10 additions and 10 deletions

View File

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