Skip to content

Commit bf8370d

Browse files
authored
Merge pull request #164 from fluxcd/dependabot/github_actions/ci-5983ee7d1d
Bump the ci group across 1 directory with 4 updates
2 parents 7fc8a0d + 2acffa0 commit bf8370d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: write # needed for ghcr access
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3434
- name: Setup Kustomize
3535
uses: fluxcd/pkg/actions/kustomize@main
3636
- name: Prepare
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4444
- name: Setup Go
45-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
45+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4646
with:
4747
go-version-file: 'go.mod'
4848
cache-dependency-path: |
@@ -51,7 +51,7 @@ jobs:
5151
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
5252
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
5353
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
54-
- uses: anchore/sbom-action/download-syft@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
54+
- uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
5555
- name: Docker login ghcr.io
5656
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
5757
with:
@@ -94,7 +94,7 @@ jobs:
9494
- name: GoReleaser publish signed SBOM
9595
id: run-goreleaser
9696
if: startsWith(github.ref, 'refs/tags/v')
97-
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
97+
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
9898
with:
9999
version: latest
100100
args: release --clean --skip-validate

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1717
- name: Setup Go
18-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
18+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
1919
with:
2020
go-version-file: 'go.mod'
2121
cache-dependency-path: |

0 commit comments

Comments
 (0)