Skip to content

Commit fbb3ee3

Browse files
authored
chore: fixed Pinned-Dependencies in actions (#3521)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent c1dad7c commit fbb3ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
${{ runner.os }}-buildx-
6767
6868
- name: Install Cosign
69-
uses: sigstore/cosign-installer@v3
69+
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
7070

7171
- name: Login Docker Hub
7272
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# Upload the results to GitHub's code scanning dashboard (optional).
6565
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@v3
67+
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d
6868
with:
6969
sarif_file: results.sarif

0 commit comments

Comments
 (0)