Skip to content

Commit 6d26ccf

Browse files
authored
Merge pull request #1441 from finos/renovate/workflows-major-4-github-actions
chore(deps): update github-actions to v4 - workflows - .github/workflows/docker-publish.yml (major)
2 parents 5a58db5 + 1e272b4 commit 6d26ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Log in to Docker Hub
2222
if: github.repository == 'finos/git-proxy'
23-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
23+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
2424
with:
2525
username: finos
2626
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@ae9ef3a1d2e3413523c3741725c30064970cc0d4 # v3.32.5
75+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)