Skip to content

Commit 6a7317f

Browse files
authored
Merge pull request #23041 from Homebrew/dependabot/github_actions/github-actions-b2eb1e8a19
build(deps): bump the github-actions group across 1 directory with 6 updates
2 parents aca08f3 + 1d85cbc commit 6a7317f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: results.sarif
102102

103103
- name: Upload SARIF file
104-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
104+
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
105105
with:
106106
sarif_file: results.sarif
107107
category: zizmor

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
30+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3131
with:
3232
languages: ruby
3333
config: |
3434
paths-ignore:
3535
- Library/Homebrew/vendor
3636
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
38+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: git fetch origin HEAD
160160

161161
- name: Set up Docker Buildx
162-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
162+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
163163
with:
164164
cache-binary: false
165165

@@ -178,14 +178,14 @@ jobs:
178178
echo "push=$(jq --raw-output "${filter}" <<<"${PUSH}")" >>"${GITHUB_OUTPUT}"
179179
180180
- name: Log in to GitHub Packages (github-actions[bot])
181-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
181+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
182182
with:
183183
registry: ghcr.io
184184
username: github-actions[bot]
185185
password: ${{ secrets.GITHUB_TOKEN }}
186186

187187
- name: Build Docker image
188-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
188+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
189189
with:
190190
context: .
191191
load: true
@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: Log in to GitHub Packages (BrewTestBot)
208208
if: fromJSON(steps.attributes.outputs.push)
209-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
209+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
210210
with:
211211
registry: ghcr.io
212212
username: BrewTestBot
@@ -215,7 +215,7 @@ jobs:
215215
- name: Deploy the Docker image by digest
216216
id: digest
217217
if: fromJSON(steps.attributes.outputs.push)
218-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
218+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
219219
with:
220220
context: .
221221
cache-from: type=registry,ref=ghcr.io/homebrew/ubuntu${{ matrix.version }}:cache-${{ matrix.arch }}
@@ -253,7 +253,7 @@ jobs:
253253
version: ${{ fromJSON(needs.generate-tags.outputs.matrix) }}
254254
steps:
255255
- name: Set up Docker Buildx
256-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
256+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
257257
with:
258258
cache-binary: false
259259

@@ -265,7 +265,7 @@ jobs:
265265
merge-multiple: true
266266

267267
- name: Log in to GitHub Packages (BrewTestBot)
268-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
268+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
269269
with:
270270
registry: ghcr.io
271271
username: BrewTestBot

0 commit comments

Comments
 (0)