don't persist credentials in CI

This commit is contained in:
Frank Elsinga
2026-01-02 02:51:43 +01:00
parent ba26a31942
commit 77f52e4d47
4 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ jobs:
language: [ 'go', 'javascript-typescript' ]
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: { persist-credentials: false }
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL