Skip to content

Commit 7897d76

Browse files
authored
Merge pull request #2091 from getsops/dependabot/github_actions/ci-7b2f564085
build(deps): Bump the ci group with 4 updates
2 parents de80094 + ca38872 commit 7897d76

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Set up Go ${{ matrix.go-version }}
37-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
37+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3838
with:
3939
go-version: ${{ matrix.go-version }}
4040
cache: false
@@ -69,14 +69,14 @@ jobs:
6969

7070
- name: Upload artifact for ${{ matrix.os }}
7171
if: matrix.os != 'windows'
72-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
72+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7373
with:
7474
name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7575
path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7676

7777
- name: Upload artifact for ${{ matrix.os }}
7878
if: matrix.os == 'windows'
79-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
79+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8080
with:
8181
name: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}
8282
path: sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}
@@ -106,7 +106,7 @@ jobs:
106106
- name: Show Rust version
107107
run: cargo --version
108108

109-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
109+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
110110
with:
111111
name: sops-${{ matrix.go-version }}-linux-amd64-${{ github.sha }}
112112

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup Go
34-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
34+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3535
with:
3636
go-version: 1.26
3737
cache: false
3838

3939
- name: Setup Syft
40-
uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
40+
uses: anchore/sbom-action/download-syft@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
4141

4242
- name: Setup Cosign
4343
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0

0 commit comments

Comments
 (0)