We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
1 parent 3857f6a commit 8176c80Copy full SHA for 8176c80
.github/workflows/codeql.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v5
30
+ with:
31
+ persist-credentials: false
32
33
# Initializes the CodeQL tools for scanning.
34
- name: Initialize CodeQL
.github/workflows/deploy.yml
@@ -28,6 +28,8 @@ jobs:
- name: Checkout
- name: Build
uses: actions/setup-node@v4
35
with:
0 commit comments