Skip to content

Commit

Permalink
Update codeql.yml with persist-credentials: false
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHatfield authored Dec 9, 2024
1 parent 9d264f4 commit 2e65ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 2e65ec7

Please sign in to comment.