chore(github): update GitHub token reference in workflows (#4926)
Some checks are pending
Dependency Submission / dependency-submission (push) Waiting to run
Main CI (Verify & Build) / validate-and-build (push) Waiting to run
Main Push Changelog / Generate main push changelog (push) Waiting to run

This commit is contained in:
James Rich 2026-03-25 21:32:14 -05:00 committed by GitHub
parent da5b28443e
commit ff6e1813ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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