mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 14:25:45 +00:00
[deps]: Update gh minor (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/build-bitwarden-lite.yml
vendored
4
.github/workflows/build-bitwarden-lite.yml
vendored
@@ -299,7 +299,7 @@ jobs:
|
||||
|
||||
- name: Install Cosign
|
||||
if: steps.check-secrets.outputs.has_secrets == 'true'
|
||||
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
|
||||
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
|
||||
|
||||
- name: Sign image with Cosign
|
||||
if: steps.check-secrets.outputs.has_secrets == 'true'
|
||||
@@ -325,7 +325,7 @@ jobs:
|
||||
|
||||
- name: Upload Grype results to GitHub
|
||||
if: steps.check-secrets.outputs.has_secrets == 'true'
|
||||
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
|
||||
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
|
||||
with:
|
||||
sarif_file: ${{ steps.container-scan.outputs.sarif }}
|
||||
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user