Skip to content

Commit c162e33

Browse files
Merge pull request #46 from rwilliamspbg-ops/dependabot/github_actions/github-actions-updates-c0cdb63d4a
chore(deps): bump the github-actions-updates group with 4 updates
2 parents fdf07d6 + 203fe8a commit c162e33

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@ae9ef3a1d2e3413523c3741725c30064970cc0d4
37+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
3838
with:
3939
languages: ${{ matrix.language }}
4040
config-file: ./.github/codeql/codeql-config.yml
@@ -60,9 +60,9 @@ jobs:
6060

6161
# Autobuild for Go, JavaScript, Python
6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@ae9ef3a1d2e3413523c3741725c30064970cc0d4
63+
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@ae9ef3a1d2e3413523c3741725c30064970cc0d4
66+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
6767
with:
6868
category: "/language:${{matrix.language}}"

.github/workflows/deploy.yml

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

9898
- name: Extract metadata
9999
id: meta
100-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
100+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
101101
with:
102102
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
103103
tags: |
@@ -108,7 +108,7 @@ jobs:
108108
type=raw,value=latest,enable={{is_default_branch}}
109109
110110
- name: Build and push Docker image
111-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
111+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
112112
with:
113113
context: .
114114
file: ./Dockerfile

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and Push Backend
40-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
40+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4141
with:
4242
context: .
4343
file: ./Dockerfile

.github/workflows/test-artifacts-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python generate-byzantine-test-suite-plots.py
4848
4949
- name: Upload stress suite plot artifacts
50-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
50+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
5151
with:
5252
name: stress-suite-plots-${{ github.run_id }}
5353
if-no-files-found: error
@@ -84,7 +84,7 @@ jobs:
8484
} > test-artifact-manifest.md
8585
8686
- name: Upload test artifacts
87-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
87+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
8888
with:
8989
name: npu-and-stress-test-artifacts-${{ github.run_id }}
9090
if-no-files-found: warn

0 commit comments

Comments
 (0)