Skip to content

Commit e2b364e

Browse files
ci(deps): bump the minor-actions-dependencies group with 3 updates (#238)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64bde20 commit e2b364e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
show-progress: false
2727
- name: Setup Golang
28-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
28+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929
with:
3030
go-version-file: go.mod
3131
cache: false
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
show-progress: false
6262
- name: Setup Golang
63-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
63+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6464
with:
6565
go-version-file: go.mod
6666
- name: Run Test Coverage
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
show-progress: false
8181
- name: Setup Golang
82-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
82+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8383
with:
8484
go-version-file: go.mod
8585
- name: Setup Goreleaser
@@ -103,7 +103,7 @@ jobs:
103103
show-progress: false
104104
fetch-depth: 0
105105
- name: Setup Golang
106-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
106+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
107107
with:
108108
go-version-file: go.mod
109109
- name: Setup Goreleaser
@@ -120,7 +120,7 @@ jobs:
120120
env:
121121
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
122122
- name: Upload Binaries Artifacts
123-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
123+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
124124
with:
125125
name: artifacts
126126
path: bin/

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
with:
3030
show-progress: false
3131
- name: Setup Golang
32-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
32+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3333
with:
3434
go-version-file: go.mod
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
36+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
3737
with:
3838
languages: go
3939
build-mode: manual
4040
- name: Run Build
4141
run: go build ./cmd/miactl
4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
43+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4444
with:
4545
category: "/language:go"

0 commit comments

Comments
 (0)