Skip to content

Commit db0503d

Browse files
Merge pull request #199 from smlx/dependabot/github_actions/github-actions-26d8a8f66d
chore(deps): bump the github-actions group with 7 updates
2 parents 9b5c3d9 + e623095 commit db0503d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Diff for: .github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
1717
with:
1818
go-version: stable
19-
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
19+
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
2020
id: goreleaser
2121
with:
2222
version: latest
@@ -54,12 +54,12 @@ jobs:
5454
- name: Get Docker metadata
5555
if: github.actor != 'dependabot[bot]'
5656
id: docker_metadata
57-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
57+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5858
with:
5959
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
6060
- name: Build and push ${{ matrix.binary }} container image
6161
if: github.actor != 'dependabot[bot]'
62-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
62+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
6363
with:
6464
push: true
6565
tags: ${{ steps.docker_metadata.outputs.tags }}

Diff for: .github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
2020
- name: Generage coverage badge
21-
uses: vladopajic/go-test-coverage@c7fe52e0f48e0fbed8c1812824c5346218443c70 # v2.10.2
21+
uses: vladopajic/go-test-coverage@661e46779fd602ce29d4a4e32fb3a27bce71903c # v2.11.0
2222
with:
2323
profile: cover.out
2424
local-prefix: github.com/${{ github.repository }}

Diff for: .github/workflows/dependency-review.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14-
- uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
14+
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
1515
with:
1616
config-file: .github/dependency-review-config.yaml

Diff for: .github/workflows/ossf-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
# of the value entered here.
2727
publish_results: true
2828
- name: Upload SARIF results to code scanning
29-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
29+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
3030
with:
3131
sarif_file: results.sarif

Diff for: .github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: mv "$GITHUB_SBOM_PATH" ./sbom.spdx.json
5353
env:
5454
GITHUB_SBOM_PATH: ${{ steps.sbom.outputs.fileName }}
55-
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
55+
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
5656
id: goreleaser
5757
with:
5858
version: latest
@@ -61,7 +61,7 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
GITHUB_SBOM_PATH: ./sbom.spdx.json
6363
# attest archives
64-
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
64+
- uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
6565
with:
6666
subject-path: "dist/*.tar.gz"
6767
# parse artifacts to the format required for image attestation
@@ -78,12 +78,12 @@ jobs:
7878
env:
7979
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
8080
# attest images
81-
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
81+
- uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
8282
with:
8383
subject-digest: ${{steps.image_metadata_go_cli_github.outputs.digest}}
8484
subject-name: ${{steps.image_metadata_go_cli_github.outputs.name}}
8585
push-to-registry: true
86-
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
86+
- uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
8787
with:
8888
subject-digest: ${{steps.image_metadata_another_binary.outputs.digest}}
8989
subject-name: ${{steps.image_metadata_another_binary.outputs.name}}

0 commit comments

Comments
 (0)