Skip to content

Commit fce832a

Browse files
authored
Merge pull request #1425 from getsops/dependabot/github_actions/ci-3ef1e168b4
build(deps): Bump the ci group with 4 updates
2 parents 3677b3b + 0b56e7d commit fce832a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Check out code into the Go module directory
3737
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3838

39-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
39+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
4040
with:
4141
path: ~/go/pkg/mod
4242
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -65,14 +65,14 @@ jobs:
6565

6666
- name: Upload artifact for Linux and Darwin
6767
if: matrix.os != 'windows'
68-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
68+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
6969
with:
7070
name: sops-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7171
path: sops-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7272

7373
- name: Upload artifact for Windows
7474
if: matrix.os == 'windows'
75-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
75+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
7676
with:
7777
name: sops-${{ matrix.os }}-${{ github.sha }}
7878
path: sops-${{ matrix.os }}-${{ github.sha }}
@@ -91,7 +91,7 @@ jobs:
9191
- name: Check out code
9292
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9393

94-
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
94+
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
9595
with:
9696
name: sops-linux-amd64-${{ github.sha }}
9797

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: false
3737

3838
- name: Setup Syft
39-
uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
39+
uses: anchore/sbom-action/download-syft@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
4040

4141
- name: Setup Cosign
4242
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0

0 commit comments

Comments
 (0)