Skip to content

Commit a4f64fe

Browse files
authored
Merge pull request #747 from openebs/dependabot/github_actions/github-actions-75c532703f
build(deps): bump the github-actions group across 3 directories with 3 updates
2 parents e49a6c4 + 0d8fabb commit a4f64fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-go/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
using: composite
77
steps:
88
- name: Set up Go
9-
uses: actions/setup-go@v6
9+
uses: actions/setup-go@v7
1010
with:
1111
go-version: 1.26.2
1212

.github/actions/setup-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
run: |
4040
echo "nix_path=nixpkgs=$(jq -r '.nixpkgs.url' nix/sources.json)" >> $GITHUB_OUTPUT
4141
echo "home=${HOME:-/home/runner}" >> $GITHUB_OUTPUT
42-
- uses: cachix/install-nix-action@v31.3.0
42+
- uses: cachix/install-nix-action@v31.11.0
4343
with:
4444
nix_path: "${{ steps.nixpkgs.outputs.nix_path }}"
4545
install_options: ${{ runner.os == 'Linux' && '--no-daemon' || '' }}

.github/workflows/trivy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
output: deploy/helm/charts/trivy-helm.sarif
4646

4747
- name: Upload Helm SARIF
48-
uses: github/codeql-action/upload-sarif@v4.37.3
48+
uses: github/codeql-action/upload-sarif@v4.37.6
4949
with:
5050
sarif_file: deploy/helm/charts/trivy-helm.sarif
5151
category: trivy-helm

0 commit comments

Comments
 (0)