Skip to content

Commit 59825b8

Browse files
build(deps): Bump the actions group across 1 directory with 5 updates (helm#815)
1 parent b4897a4 commit 59825b8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
2929

3030
- name: Setup go
31-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
31+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3232
with:
3333
go-version: '1.25'
3434
check-latest: true
@@ -45,10 +45,10 @@ jobs:
4545
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
4646

4747
- name: Install syft
48-
uses: anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
48+
uses: anchore/sbom-action/download-syft@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
4949

5050
- name: Install k8s Kind
51-
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.3.0
51+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.3.0
5252
with:
5353
install_only: true
5454

@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
persist-credentials: false
9999

100-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
100+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
101101
with:
102102
go-version: '1.25'
103103
check-latest: true
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
persist-credentials: false
128128

129-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
129+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
130130
with:
131131
go-version: '1.25'
132132
check-latest: true

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
2828

2929
- name: Setup go
30-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
30+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3131
with:
3232
go-version: '1.25'
3333
check-latest: true
@@ -42,7 +42,7 @@ jobs:
4242
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
4343

4444
- name: Install syft
45-
uses: anchore/sbom-action/download-syft@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
45+
uses: anchore/sbom-action/download-syft@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
4646

4747
- name: Install tools
4848
run: |
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
6363

6464
- name: Login to registry
65-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
65+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6666
with:
6767
registry: quay.io
6868
username: ${{ secrets.DOCKER_USERNAME }}

.github/workflows/stale.yaml

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

1616
steps:
17-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
17+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1818
with:
1919
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
2020
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'

0 commit comments

Comments
 (0)