Skip to content

Commit 1cb39ac

Browse files
authored
Merge branch 'main' into dependabot/github_actions/ossf/scorecard-action-2.4.3
2 parents 5d81fb6 + af9fd3a commit 1cb39ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
set -euo pipefail
5353
IFS=$'\n\t'
5454
docker compose -f docker-compose.test.yml run sut
55-
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
55+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5656
if: github.ref == 'refs/heads/main'
5757
with:
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
type=match,pattern=v(\d+\.\d+),group=1
4747
type=match,pattern=v(\d+),group=1
4848
type=sha
49-
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
49+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5050
with:
5151
username: ${{ secrets.DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Run Linter against code base #
6464
################################
6565
- name: Lint Code Base
66-
uses: super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
66+
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6767
env:
6868
VALIDATE_ALL_CODEBASE: true
6969
LINTER_RULES_PATH: .

0 commit comments

Comments
 (0)