Skip to content

Commit 1052d28

Browse files
authored
Merge branch 'main' into celery-custom-task-instrumentation
2 parents b792b55 + 4bc5db7 commit 1052d28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-ci-image.yml

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

4545
- name: Generate Docker Metadata (Tags and Labels)
4646
id: meta
47-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # 5.7.0
47+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # 5.8.0
4848
with:
4949
images: ghcr.io/${{ github.repository }}-ci
5050
flavor: |
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Login to GitHub Container Registry
6161
if: github.event_name != 'pull_request'
62-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4.0
62+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.repository_owner }}

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262
- name: Upload Trivy scan results to GitHub Security tab
6363
if: ${{ github.event_name == 'schedule' }}
64-
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # 3.29.4
64+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # 3.29.5
6565
with:
6666
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)