Skip to content

Commit 4ad518f

Browse files
authored
Merge pull request #1592 from getsops/dependabot/github_actions/ci-6f7028051e
build(deps): Bump the ci group with 2 updates
2 parents b5abc32 + e8bc77c commit 4ad518f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565

6666
- name: Upload artifact for Linux and Darwin
6767
if: matrix.os != 'windows'
68-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
68+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
75+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
7676
with:
7777
name: sops-${{ matrix.os }}-${{ github.sha }}
7878
path: sops-${{ matrix.os }}-${{ github.sha }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
36+
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
3737
with:
3838
languages: go
3939
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
@@ -48,6 +48,6 @@ jobs:
4848
run: make install
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
51+
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
5252
with:
5353
category: "/language:go"

0 commit comments

Comments
 (0)