Skip to content

Commit d9c5640

Browse files
Bump the all group with 4 updates (#19269)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com>
1 parent 31fbfc9 commit d9c5640

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
49+
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify cu stom queries, you can do so here or in a config file.
@@ -78,7 +78,7 @@ jobs:
7878
make build
7979
8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
81+
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
8282

8383
- name: Slack Workflow Notification
8484
if: ${{ failure() }}

.github/workflows/docker_build_images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: 'false'
3737

3838
- name: Login to Docker Hub
39-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
39+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -92,7 +92,7 @@ jobs:
9292
persist-credentials: 'false'
9393

9494
- name: Login to Docker Hub
95-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
95+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9696
with:
9797
username: ${{ secrets.DOCKERHUB_USERNAME }}
9898
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -159,7 +159,7 @@ jobs:
159159
persist-credentials: 'false'
160160

161161
- name: Login to Docker Hub
162-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
162+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
163163
with:
164164
username: ${{ secrets.DOCKERHUB_USERNAME }}
165165
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
7070
- name: Set up Docker Buildx
7171
if: steps.changes.outputs.end_to_end == 'true'
72-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
72+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
7373

7474
- name: Build bootstrap images
7575
if: steps.changes.outputs.end_to_end == 'true'
76-
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # v6.5.0
76+
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
7777
with:
7878
files: docker/bootstrap/docker-bake.hcl
7979
load: true

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
# Upload the results to GitHub's code scanning dashboard (optional).
6868
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.28.18
70+
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)