-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update docker/login-action action to v3 #287
Conversation
Codecov Report
@@ Coverage Diff @@
## main #287 +/- ##
=======================================
Coverage 78.66% 78.66%
=======================================
Files 12 12
Lines 600 600
=======================================
Hits 472 472
Misses 107 107
Partials 21 21 |
@@ -54,14 +54,14 @@ | |||
|
|||
- name: Log in to Docker Hub | |||
if: github.event_name != 'pull_request' | |||
uses: docker/login-action@v2.2.0 | |||
uses: docker/login-action@v3.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Log in to the GH Container registry | ||
if: github.event_name != 'pull_request' | ||
uses: docker/login-action@v2.2.0 | ||
uses: docker/login-action@v3.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -20,7 +20,7 @@ | |||
|
|||
- name: Log in to the GH Container registry | |||
if: github.event_name != 'pull_request' | |||
uses: docker/login-action@v2.2.0 | |||
uses: docker/login-action@v3.0.0 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
This PR contains the following updates:
v2.2.0
->v3.0.0
Release Notes
docker/login-action (docker/login-action)
v3.0.0
Compare Source
Full Changelog: docker/login-action@v2.2.0...v3.0.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.