Skip to content

Commit e797886

Browse files
authored
Merge pull request #309 from smallstep/dependabot/github_actions/all-017dfefd90
build(deps): bump the all group with 4 updates
2 parents be73caa + 743884c commit e797886

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
~/go/pkg/mod || true
6969
-
7070
name: Action Cache
71-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
71+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7272
with:
7373
path: |
7474
~/.cache/go-build
@@ -96,7 +96,7 @@ jobs:
9696
-
9797
# Initializes the CodeQL tools for scanning.
9898
name: Initialize CodeQL
99-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
99+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
100100
with:
101101
languages: ${{ matrix.language }}
102102
queries: security-and-quality # use Canonical suite
@@ -114,7 +114,7 @@ jobs:
114114
eval "${CODEQL_BUILD_CMD}"
115115
-
116116
name: Perform CodeQL Analysis
117-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
117+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
118118
with:
119119
output: codeql-results
120120
category: "/language:${{ matrix.language }}"

.github/workflows/goTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
~/go/pkg/mod || true
108108
-
109109
name: Action Cache
110-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
110+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
111111
with:
112112
path: |
113113
~/.cache/go-build

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
152152
-
153153
name: Run GoReleaser Pro
154-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
154+
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
155155
with:
156156
distribution: goreleaser-pro
157157
version: "v2.10.2"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- name: Run zizmor
19-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
19+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
2020
with:
2121
min-severity: medium
2222
min-confidence: medium

0 commit comments

Comments
 (0)