Skip to content

Commit 6ed5714

Browse files
Bump the ci group across 1 directory with 5 updates (#56)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2bf3f4 commit 6ed5714

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
19+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2020
with:
2121
egress-policy: audit
2222
- name: Checkout
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run Go Tests
3535
run: go test ./... -cover -race
3636
- name: Build binary
37-
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
37+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3838
with:
3939
distribution: goreleaser
4040
version: '~> v2'
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check licenses
4545
run: addlicense -l apache -check -v -ignore '**/*.yaml' -c 'The Score Authors' ./cmd ./internal/
4646
test-multi-arch-build:
47-
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
47+
uses: docker/github-builder/.github/workflows/build.yml@c2782c55efa56a01b9c30021db8f5ec3993228a3 # v1.8.0
4848
if: ${{ !github.event.pull_request.head.repo.fork }}
4949
with:
5050
output: image
@@ -70,15 +70,15 @@ jobs:
7070
pull-requests: write
7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
73+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
7474
with:
7575
egress-policy: audit
7676
- name: Checkout
7777
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878
with:
7979
fetch-depth: 0
8080
- name: Set up Docker
81-
uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
81+
uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0
8282
with:
8383
daemon-config: |
8484
{

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
with:
3131
version: latest
3232
- name: Install Cosign
33-
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
33+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
3434
- name: Run GoReleaser
35-
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
35+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3636
with:
3737
distribution: goreleaser
3838
version: '~> v2'
@@ -41,7 +41,7 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
4343
release-container-image:
44-
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
44+
uses: docker/github-builder/.github/workflows/build.yml@c2782c55efa56a01b9c30021db8f5ec3993228a3 # v1.8.0
4545
permissions:
4646
id-token: write # to sign attestation(s) with GitHub OIDC Token
4747
packages: write # to push container image to ghcr

0 commit comments

Comments
 (0)