diff options
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4fbe987..a2a85e7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -48,6 +48,8 @@ jobs: | |||
| 48 | steps: | 48 | steps: |
| 49 | - name: "Checkout repository" | 49 | - name: "Checkout repository" |
| 50 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | 50 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 51 | with: | ||
| 52 | persist-credentials: false | ||
| 51 | 53 | ||
| 52 | - name: "Install test dependencies" | 54 | - name: "Install test dependencies" |
| 53 | run: | | 55 | run: | |
| @@ -100,6 +102,8 @@ jobs: | |||
| 100 | steps: | 102 | steps: |
| 101 | - name: "Checkout repository" | 103 | - name: "Checkout repository" |
| 102 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | 104 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 105 | with: | ||
| 106 | persist-credentials: false | ||
| 103 | 107 | ||
| 104 | - name: "Install test dependencies" | 108 | - name: "Install test dependencies" |
| 105 | run: | | 109 | run: | |
