Skip to content

Commit

Permalink
ci: remove git credentials after checkout (#5235)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
Fdawgs and jasonsaayman committed Nov 22, 2022
1 parent 2c83d47 commit 86eeff0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/depsreview.yaml
Expand Up @@ -10,5 +10,7 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3

0 comments on commit 86eeff0

Please sign in to comment.