Skip to content

Commit cd8791b

Browse files
authored
Merge pull request conforma#2411 from enterprise-contract/konflux/mintmaker/main-main/github-actions-updates
chore(deps): update github actions updates (main) (minor)
2 parents cc90ba4 + 17afcb1 commit cd8791b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: '**'
5656

5757
- name: Setup Go environment
58-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
58+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5959
with:
6060
go-version-file: go.mod
6161
cache: false
@@ -123,7 +123,7 @@ jobs:
123123
path: '**'
124124

125125
- name: Setup Go environment
126-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
126+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
127127
with:
128128
go-version-file: go.mod
129129
cache: false
@@ -154,7 +154,7 @@ jobs:
154154
path: '**'
155155

156156
- name: Setup Go environment
157-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
157+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
158158
with:
159159
go-version-file: go.mod
160160
cache: false

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: '**'
6363

6464
- name: Setup Go environment
65-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
65+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6666
with:
6767
go-version-file: go.mod
6868
cache: false

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
path: '**'
5959

6060
- name: Setup Go environment
61-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
61+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6262
with:
6363
go-version-file: go.mod
6464
cache: false
6565

6666
- name: Setup Node.js environment
67-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
67+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
6868
with:
6969
node-version-file: 'package.json'
7070

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
key: main
9797

9898
- name: Setup Go environment
99-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
99+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
100100
with:
101101
go-version-file: go.mod
102102
cache: false

.github/workflows/update-go-containerregistry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: main
3838
path: '**'
3939

40-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
40+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4141
with:
4242
go-version-file: go.mod
4343
cache: false

0 commit comments

Comments
 (0)