Skip to content

Commit 9c518c6

Browse files
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [docker/login-action](https://github.com/docker/login-action). 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 `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- 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: docker/login-action dependency-version: 4.5.2 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 9c518c6

4 files changed

Lines changed: 14 additions & 14 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/docker-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: useblacksmith/setup-docker-builder@v1
4040

4141
- name: Login to GitHub Container Registry
42-
uses: docker/login-action@v4
42+
uses: docker/login-action@v4.5.2
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.repository_owner }}
@@ -140,7 +140,7 @@ jobs:
140140
uses: useblacksmith/setup-docker-builder@v1
141141

142142
- name: Login to GitHub Container Registry
143-
uses: docker/login-action@v4
143+
uses: docker/login-action@v4.5.2
144144
with:
145145
registry: ${{ env.REGISTRY }}
146146
username: ${{ github.repository_owner }}
@@ -236,7 +236,7 @@ jobs:
236236
uses: actions/checkout@v6
237237

238238
- name: Login to GitHub Container Registry
239-
uses: docker/login-action@v4
239+
uses: docker/login-action@v4.5.2
240240
with:
241241
registry: ${{ env.REGISTRY }}
242242
username: ${{ github.repository_owner }}

.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/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)