Skip to content

Commit ddd3d3e

Browse files
build(deps): bump the github-actions group across 2 directories with 3 updates (#729)
Bumps the github-actions group with 2 updates in the / directory: [octokit/graphql-action](https://github.com/octokit/graphql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `octokit/graphql-action` from 3.0.0 to 3.0.2 - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](octokit/graphql-action@abaeca7...ddde8eb) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `anchore/sbom-action` from 0.20.10 to 0.20.11 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@fbfd9c6...43a17d6) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40166c9 commit ddd3d3e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ runs:
2828
# See https://goreleaser.com/blog/supply-chain-security/
2929
- name: installs syft for generating the SBOM with goreleaser
3030
if: "${{ inputs.goreleaser == 'true' }}"
31-
uses: anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
31+
uses: anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11

.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@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
21+
- uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # 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@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
39+
- uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # 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@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v2.x
22+
- uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v2.x
2323
id: add_to_project
2424
with:
2525
query: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: make release
5454

5555
# Store artifacts to help with troubleshooting
56-
- uses: actions/upload-artifact@v5
56+
- uses: actions/upload-artifact@v6
5757
if: always()
5858
with:
5959
name: release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build
5252
run: make dist
5353

54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
if: always()
5656
with:
5757
name: snapshots

0 commit comments

Comments
 (0)