Skip to content

Commit 325c3c2

Browse files
build(deps): bump the github-actions group across 2 directories with 2 updates
Bumps the github-actions group with 1 update in the / directory: [octokit/graphql-action](https://github.com/octokit/graphql-action). Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `octokit/graphql-action` from 51bf543c240dcd14761320e2efc625dc32ec0d32 to abaeca7ba4f0325d63b8de7ef943c2418d161b93 - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](octokit/graphql-action@51bf543...abaeca7) Updates `docker/setup-qemu-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@2910929...c7c5346) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-version: abaeca7ba4f0325d63b8de7ef943c2418d161b93 dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49d2b5b commit 325c3c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
with:
1717
go-version-file: 'go.mod'
1818

19-
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
19+
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
2020
if: "${{ inputs.goreleaser == 'true' }}"
2121
with:
2222
platforms: linux/arm64, linux/amd64

.github/workflows/addToAPMProject.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
1919
permission-organization-projects: write
2020
permission-issues: read
21-
- uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
21+
- uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
2222
id: add_to_project
2323
with:
2424
query: |
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
PROJECT_ID: "PVT_kwDOAGc3Zs0VSg"
3838
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
39-
- uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
39+
- uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
4040
id: label_team
4141
with:
4242
query: |

.github/workflows/addToDocsProject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
2020
permission-organization-projects: write
2121
permission-issues: read
22-
- uses: octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
22+
- uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
2323
id: add_to_project
2424
with:
2525
query: |

0 commit comments

Comments
 (0)