Skip to content

Commit ef5e3bb

Browse files
chore(deps): update github actions updates patch
1 parent a896dd9 commit ef5e3bb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Setup Go
48-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
48+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4949
with:
5050
# go-version takes precedence over go-version-file
5151
# if it is empty, go-version-file will be used
@@ -57,7 +57,7 @@ jobs:
5757
run: git config --global url."https://${{ env.GH_USERNAME }}:${{ env.GH_TOKEN }}@github.com".insteadOf "https://github.com"
5858

5959
- name: Log in to the Docker registry
60-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
60+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}

.github/workflows/go-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7171

7272
- name: Setup Go
73-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
73+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7474
with:
7575
# go-version takes precedence over go-version-file
7676
# if it is empty, go-version-file will be used
@@ -90,14 +90,14 @@ jobs:
9090
- name: golangci-lint
9191
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
9292
with:
93-
version: v2.11.3
93+
version: v2.11.4
9494
install-mode: "goinstall"
9595

9696
- name: Go Compile and Test
9797
run: go test -cover -coverprofile=coverage.txt -v ./...
9898

9999
- name: Archive code coverage results
100-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
100+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
101101
with:
102102
name: code-coverage
103103
path: coverage.txt
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
149149

150150
- name: Setup Go
151-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
151+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
152152
with:
153153
# go-version takes precedence over go-version-file
154154
# if it is empty, go-version-file will be used

0 commit comments

Comments
 (0)