Skip to content

Commit 201fdfd

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

2 files changed

Lines changed: 5 additions & 5 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: 3 additions & 3 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,7 +90,7 @@ 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
@@ -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)