Skip to content

Commit fe99a9b

Browse files
chore(deps): update github actions (#2057)
Co-authored-by: agntcy-automation[bot] <269490587+agntcy-automation[bot]@users.noreply.github.com>
1 parent fe70a79 commit fe99a9b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
# Initializes the CodeQL tools for scanning.
121121
- name: Initialize CodeQL
122-
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
122+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
123123
with:
124124
languages: ${{ matrix.language }}
125125
build-mode: ${{ matrix.build-mode }}
@@ -208,6 +208,6 @@ jobs:
208208
fi
209209
210210
- name: Perform CodeQL Analysis
211-
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
211+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
212212
with:
213213
category: "/language:${{matrix.language}}"

.github/workflows/container-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "${{ matrix.image }}" > trivy-${{ steps.image-name.outputs.name }}.meta
6868

6969
- name: Upload SARIF
70-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
70+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
7171
with:
7272
sarif_file: trivy-${{ steps.image-name.outputs.name }}.sarif
7373
category: trivy-${{ steps.image-name.outputs.name }}

.github/workflows/reusable-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
117117

118118
- name: Setup Docker Buildx
119-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
119+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
120120

121121
- name: Docker metadata
122122
id: metadata
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
210210

211211
- name: Setup Docker Buildx
212-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
212+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
213213

214214
- name: Docker metadata for coverage image
215215
id: metadata-coverage

0 commit comments

Comments
 (0)