Skip to content

Commit b2d1773

Browse files
chore(deps): bump the dependencies group with 6 updates (#272)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21674ce commit b2d1773

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
pull-requests: write
14-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
14+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@a0cf79bd8756e0a9c1555bf4975eae7ce7a8e8dc
1515
with:
1616
config-name: release-drafter.yml
1717
secrets:

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
contents: read
1212
pull-requests: read
1313
statuses: write
14-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
14+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@a0cf79bd8756e0a9c1555bf4975eae7ce7a8e8dc
1515
secrets:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
pull-requests: read
13-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
13+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@a0cf79bd8756e0a9c1555bf4975eae7ce7a8e8dc
1414
with:
1515
publish: true
1616
release-config-name: release-drafter.yml
@@ -23,7 +23,7 @@ jobs:
2323
packages: write
2424
id-token: write
2525
attestations: write
26-
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml@6381f5d691a1ecf7d80126b0393a803224afd9ba
26+
uses: github-community-projects/ospo-reusable-workflows/.github/workflows/release-image.yaml@a0cf79bd8756e0a9c1555bf4975eae7ce7a8e8dc
2727
with:
2828
image-name: ${{ github.repository }}
2929
full-tag: ${{ needs.release.outputs.full-tag }}
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
go-version: 1.23.4
5555
- name: Install Syft
56-
uses: anchore/sbom-action/download-syft@57aae528053a48a3f6235f2d9461b05fbcb7366d
56+
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610
5757
with:
5858
syft-version: v1.33.0
5959
- name: Run GoReleaser
@@ -93,7 +93,7 @@ jobs:
9393
name: dist
9494
path: dist
9595
- name: Attest SBOM
96-
uses: actions/attest-sbom@07e74fc4e78d1aad915e867f9a094073a9f71527
96+
uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e
9797
with:
9898
subject-path: "${{ matrix.archive }}"
9999
sbom-path: "${{ matrix.sbom }}"

0 commit comments

Comments
 (0)