Skip to content

Commit

Permalink
CI: use "persist-credentials: false" for actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 6, 2024
1 parent cf1e9b4 commit 58f6dc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

- name: setup-msys2
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -108,6 +112,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -141,6 +147,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 58f6dc6

Please sign in to comment.