ci: disable credential persistence after checkout

suppress artipacked warning in dependabot lockfile sync workflow
This commit is contained in:
Mike Dalessio
2026-03-17 17:31:08 -04:00
parent 310e271908
commit bc6703b0df
4 changed files with 11 additions and 1 deletions
+2
View File
@@ -57,6 +57,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libsqlite3-0 libvips curl ffmpeg
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with: