Skip to content

Commit cf86213

Browse files
Merge pull request #213 from smlx/dependabot/github_actions/github-actions-5132e049a9
chore(deps): bump the github-actions group with 5 updates
2 parents 53b7b10 + 4ee3a72 commit cf86213

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
44-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
44+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4545
- name: untar binaries
4646
run: tar -xvf artifact/dist.tar
4747
- name: Login to GHCR
@@ -59,7 +59,7 @@ jobs:
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
62+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
6363
with:
6464
push: true
6565
tags: ${{ steps.docker_metadata.outputs.tags }}

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
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@f080863892c102695c8066abc08aae12e3e94e1b # v2.13.1
21+
uses: vladopajic/go-test-coverage@937b863f06595080198d555b7ed3aa474ae5199c # v2.14.1
2222
with:
2323
profile: cover.out
2424
local-prefix: github.com/${{ github.repository }}

.github/workflows/ossf-analysis.yaml

Lines changed: 1 addition & 1 deletion
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
29+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
3030
with:
3131
sarif_file: results.sarif

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
64+
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
81+
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
86+
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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)