Skip to content

Commit 207efe1

Browse files
build(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [github/codeql-action](https://github.com/github/codeql-action) and [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder). Updates `actions/create-github-app-token` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@f8d387b...bcd2ba4) Updates `github/codeql-action` from 4 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.0) Updates `useblacksmith/setup-docker-builder` from 1 to 1.10.0 - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](useblacksmith/setup-docker-builder@v1...v1.10.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/setup-docker-builder dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a654bcf commit 207efe1

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/auto-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
pull-requests: write
1818
runs-on: blacksmith-16vcpu-ubuntu-2404
1919
steps:
20-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
20+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2121
id: app-token
2222
continue-on-error: true
2323
with:
2424
app-id: "2729701"
2525
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
26-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
26+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2727
id: app-token-fallback
2828
if: steps.app-token.outcome == 'failure'
2929
with:

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ jobs:
100100
swift --version
101101
102102
- name: Initialize CodeQL
103-
uses: github/codeql-action/init@v4
103+
uses: github/codeql-action/init@v4.37.0
104104
with:
105105
languages: ${{ matrix.language }}
106106
queries: security-and-quality
107107
config-file: ${{ matrix.config_file || '' }}
108108

109109
- name: Autobuild
110110
if: matrix.needs_autobuild
111-
uses: github/codeql-action/autobuild@v4
111+
uses: github/codeql-action/autobuild@v4.37.0
112112

113113
- name: Build Android for CodeQL
114114
if: matrix.language == 'java-kotlin'
@@ -129,6 +129,6 @@ jobs:
129129
CODE_SIGNING_ALLOWED=NO
130130
131131
- name: Analyze
132-
uses: github/codeql-action/analyze@v4
132+
uses: github/codeql-action/analyze@v4.37.0
133133
with:
134134
category: "/language:${{ matrix.language }}"

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v6
3737

3838
- name: Set up Docker Builder
39-
uses: useblacksmith/setup-docker-builder@v1
39+
uses: useblacksmith/setup-docker-builder@v1.10.0
4040

4141
- name: Login to GitHub Container Registry
4242
uses: docker/login-action@v4
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@v6
138138

139139
- name: Set up Docker Builder
140-
uses: useblacksmith/setup-docker-builder@v1
140+
uses: useblacksmith/setup-docker-builder@v1.10.0
141141

142142
- name: Login to GitHub Container Registry
143143
uses: docker/login-action@v4

.github/workflows/install-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v6
4242

4343
- name: Set up Docker Builder
44-
uses: useblacksmith/setup-docker-builder@v1
44+
uses: useblacksmith/setup-docker-builder@v1.10.0
4545

4646
# Blacksmith can fall back to the local docker driver, which rejects gha
4747
# cache export/import. Keep smoke builds driver-agnostic.

.github/workflows/labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
pull-requests: write
2626
runs-on: blacksmith-16vcpu-ubuntu-2404
2727
steps:
28-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
28+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2929
id: app-token
3030
continue-on-error: true
3131
with:
3232
app-id: "2729701"
3333
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
34-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
34+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3535
id: app-token-fallback
3636
if: steps.app-token.outcome == 'failure'
3737
with:
@@ -381,13 +381,13 @@ jobs:
381381
pull-requests: write
382382
runs-on: blacksmith-16vcpu-ubuntu-2404
383383
steps:
384-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
384+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
385385
id: app-token
386386
continue-on-error: true
387387
with:
388388
app-id: "2729701"
389389
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
390-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
390+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
391391
id: app-token-fallback
392392
if: steps.app-token.outcome == 'failure'
393393
with:
@@ -629,13 +629,13 @@ jobs:
629629
issues: write
630630
runs-on: blacksmith-16vcpu-ubuntu-2404
631631
steps:
632-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
632+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
633633
id: app-token
634634
continue-on-error: true
635635
with:
636636
app-id: "2729701"
637637
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
638-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
638+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
639639
id: app-token-fallback
640640
if: steps.app-token.outcome == 'failure'
641641
with:

.github/workflows/sandbox-common-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
submodules: false
2828

2929
- name: Set up Docker Builder
30-
uses: useblacksmith/setup-docker-builder@v1
30+
uses: useblacksmith/setup-docker-builder@v1.10.0
3131

3232
- name: Build minimal sandbox base (USER sandbox)
3333
shell: bash

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
pull-requests: write
1515
runs-on: blacksmith-16vcpu-ubuntu-2404
1616
steps:
17-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
17+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1818
id: app-token
1919
continue-on-error: true
2020
with:
2121
app-id: "2729701"
2222
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
23-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
23+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2424
id: app-token-fallback
2525
continue-on-error: true
2626
with:
@@ -121,7 +121,7 @@ jobs:
121121
issues: write
122122
runs-on: blacksmith-16vcpu-ubuntu-2404
123123
steps:
124-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
124+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
125125
id: app-token
126126
with:
127127
app-id: "2729701"

0 commit comments

Comments
 (0)