diff options
| author | Patrick Linnane <patrick@linnane.io> | 2025-04-01 15:33:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 22:33:44 +0000 |
| commit | fc237a16900362eac5395a424d88fe6381b4affa (patch) | |
| tree | b8186904d5fa5764965ef4141fa341e75a3f1dab /.github/workflows/go.yml | |
| parent | 6af7c5891fd8b459f24577e4e85add05f966840e (diff) | |
| download | anubis-fc237a16900362eac5395a424d88fe6381b4affa.tar.xz anubis-fc237a16900362eac5395a424d88fe6381b4affa.zip | |
workflows: fix zizmor findings (part 1) (#190)
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 09b543a..3c333dd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: build essential run: | |
