Skip to content

Commit 424d5b2

Browse files
fix(deps): update all github actions
1 parent 7504df8 commit 424d5b2

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
2929
- name: Run Codacy Analysis CLI
30-
uses: codacy/codacy-analysis-cli-action@30783d03e758713bb5ed7b79292cfb14b9dd9a4a
30+
uses: codacy/codacy-analysis-cli-action@d43360362776a6789b47b99ae8973510854e2d3d
3131
with:
3232
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
3333
# You can also omit the token and run the tools that support default configurations

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616

1717
- name: Setup Go
18-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
18+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1919
with:
2020
go-version-file: go.mod
2121

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121

2222
- name: Setup Go
23-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2424
with:
2525
go-version-file: go.mod
2626

.github/workflows/pr-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121

2222
- name: Setup Go
23-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2424
with:
2525
go-version-file: go.mod
2626

.github/workflows/pr-size-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: size-label
17-
uses: "pascalgn/size-label-action@f8edde36b3be04b4f65dcfead05dc8691b374348" # v0.5.5
17+
uses: "pascalgn/size-label-action@56b489b027932ec0cf60438a1a5f1a19c8fc71ff" # v0.5.7
1818
env:
1919
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2020
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858

5959
- name: Set up Go
60-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
60+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
6161
with:
6262
go-version-file: 'go.mod'
6363

@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
102102

103103
- name: Set up Node.js
104-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
104+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
105105
with:
106106
node-version: '24'
107107

@@ -296,7 +296,7 @@ jobs:
296296
cat release_notes.md
297297
298298
- name: Create Release
299-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
299+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
300300
with:
301301
tag_name: ${{ needs.prepare.outputs.version_tag }}
302302
name: Release ${{ needs.prepare.outputs.version_tag }}

.github/workflows/schedule-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
25+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2626
with:
2727
go-version-file: go.mod
2828

.github/workflows/test-controller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222

2323
- name: Setup Go
24-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
24+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2525
with:
2626
go-version-file: go.mod
2727

@@ -50,7 +50,7 @@ jobs:
5050
path: tmp/test-results/junit.xml
5151

5252
- name: Upload coverage reports to Codecov
53-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
53+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656

0 commit comments

Comments
 (0)