We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 738bdc2 + ad132e5 commit ce0a58fCopy full SHA for ce0a58f
.github/workflows/release.yml
@@ -57,7 +57,7 @@
57
- name: Set up Docker Buildx
58
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
59
- name: Log in to the Container registry
60
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
61
with:
62
registry: ${{ env.REGISTRY }}
63
username: ${{ github.actor }}
.github/workflows/scorecard.yml
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.24.9
+ uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.24.9
46
47
sarif_file: results.sarif
0 commit comments