Skip to content

Commit 122fff4

Browse files
Merge pull request #805 from ptr727/dependabot/github_actions/main/actions-deps-7abcd22c56
Bump the actions-deps group with 2 updates
2 parents e84f142 + 0122d40 commit 122fff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Always login (even on smoke) for higher pull/cache-read rate limits; the credentials are in both the
7070
# Actions and Dependabot secret stores so a Dependabot push CI run can log in too. Forks cannot push here.
7171
- name: Login to Docker Hub step
72-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
72+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7373
with:
7474
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7575
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/validate-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: dotnet format style --verify-no-changes --severity=info --verbosity=detailed
6262

6363
- name: Lint markdown step
64-
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
64+
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0.0
6565
with:
6666
globs: '**/*.md'
6767

0 commit comments

Comments
 (0)