Skip to content

Commit 467a7fd

Browse files
build(deps): bump the actions group with 2 updates (#779)
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `actions/checkout` from 5.0.0 to 5.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/93cb6efe18208431cddfb8368fd83d5badbf9bfd"><code>93cb6ef</code></a> Cleanup actions/checkout@v6 auth style (<a href="https://redirect.github.com/actions/checkout/issues/2301">#2301</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...93cb6efe18208431cddfb8368fd83d5badbf9bfd">compare view</a></li> </ul> </details> <br /> Updates `anchore/sbom-action` from 0.20.9 to 0.20.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's releases</a>.</em></p> <blockquote> <h2>v0.20.10</h2> <h2>Changes in v0.20.10</h2> <ul> <li>chore(deps): update Syft to v1.38.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/548">#548</a>) [[<a href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>](<a href="https://github.com/%5Banchore-actions-token-generator%5Bbot%5D%5D(https://github.com/apps/anchore-actions-token-generator))%5D">https://github.com/[anchore-actions-token-generator[bot]](https://github.com/apps/anchore-actions-token-generator))]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anchore/sbom-action/commit/fbfd9c6c189226748411491745178e0c2017392d"><code>fbfd9c6</code></a> chore(deps): update Syft to v1.38.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/548">#548</a>)</li> <li>See full diff in <a href="https://github.com/anchore/sbom-action/compare/v0.20.9...v0.20.10">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ca4ae9 commit 467a7fd

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/cancel-pulumi-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
environment: ${{ inputs.environment }}
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2828

2929
- name: Setup Pulumi
3030
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2020

2121
- name: Set up Go
2222
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5252

5353
- name: Set up Go
5454
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3030
with:
3131
fetch-depth: 1
3232

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cancel-in-progress: false
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2727

2828
- name: Setup Go
2929
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
packages: write
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2626

2727
- name: Set up Go
2828
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
@@ -70,7 +70,7 @@ jobs:
7070
cancel-in-progress: false
7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
73+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
7474

7575
- name: Setup Go
7676
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1818
with:
1919
fetch-depth: 0
2020

@@ -30,7 +30,7 @@ jobs:
3030
cosign-release: "v2.6.1"
3131

3232
- name: Install Syft
33-
uses: anchore/sbom-action/[email protected].9
33+
uses: anchore/sbom-action/[email protected].10
3434

3535
- name: Run GoReleaser
3636
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a
@@ -47,7 +47,7 @@ jobs:
4747
needs: goreleaser
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
50+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
5151

5252
- name: Set up Go
5353
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00

0 commit comments

Comments
 (0)