We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a58db5 + 1e272b4 commit 6d26ccfCopy full SHA for 6d26ccf
.github/workflows/docker-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Log in to Docker Hub
22
if: github.repository == 'finos/git-proxy'
23
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
24
with:
25
username: finos
26
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/scorecard.yml
@@ -72,6 +72,6 @@ jobs:
72
73
# Upload the results to GitHub's code scanning dashboard.
74
- name: 'Upload to code-scanning'
75
- uses: github/codeql-action/upload-sarif@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3.32.5
+ uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
76
77
sarif_file: results.sarif
0 commit comments