Skip to content

Commit 3476a5f

Browse files
chore(deps): update github actions (#77)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
1 parent 15c2e72 commit 3476a5f

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name : Checkout repository
2727
uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
- name : Set up Go
29-
uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
29+
uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3030
with:
3131
go-version: 1.25
3232
- name : CI

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919

2020
# The FOSSA token is shared between all repos in Rancher's GH org. It can be
2121
# used directly and there is no need to request specific access to EIO.

.github/workflows/head-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: bash ./.github/scripts/branch-tags.sh >> $GITHUB_OUTPUT
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
36+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
3737

3838
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
39+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}
@@ -50,13 +50,13 @@ jobs:
5050
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
5151
5252
- name: Login to Docker Hub
53-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
53+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
5454
with:
5555
username: ${{ env.DOCKER_USERNAME || vars.DOCKER_USERNAME || github.repository_owner }}
5656
password: ${{ env.DOCKER_PASSWORD || secrets.DOCKER_PASSWORD }}
5757

5858
- name: Build and push SCC-operator (branch head) image
59-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
59+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
6060
with:
6161
context: .
6262
file: ./package/Dockerfile

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
22+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2323
with:
2424
go-version: '1.25'
2525
- name: golangci-lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- run: git fetch --force --tags
25-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
25+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2626
with:
2727
go-version: 1.25
2828
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
14+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
1515
with:
1616
stale-issue-message: 'This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.'
1717
stale-pr-message: 'This repository uses an automated workflow to automatically label pull requests which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community pull requests better. If the pull request is still relevant, please add a comment to the pull request so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the pull request in 14 days. Thank you for your contributions.'

0 commit comments

Comments
 (0)