Skip to content

Commit caccdc3

Browse files
chore: zizmor failures fix (#4469)
* Zizmor failures fix * weekly release workflow as well * Use correct parameter * Update cache configuration in weekly-release.yml * Update Go setup action cache configuration * Update cache settings in release workflow * Upgrade GitHub Actions and modify caching Updated the setup-go and setup-node actions to newer versions and changed package-manager-cache to cache. * Update setup-node action to version 5.0.0
1 parent 85b4c07 commit caccdc3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
with:
3333
go-version: "1.24.6"
3434
cache: false
35-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3636
with:
3737
node-version: 20
38+
package-manager-cache: false
3839
# setup docker buildx
3940
- name: Set up QEMU
4041
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0

.github/workflows/weekly-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
with:
5353
username: ${{ env.DOCKERHUB_USERNAME }}
5454
password: ${{ env.DOCKERHUB_PASSWORD }}
55-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
55+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5656
with:
5757
node-version: 20
58+
package-manager-cache: false
5859
- run: make frontend/build
5960
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
6061
with:

0 commit comments

Comments
 (0)