Skip to content

Commit bd9adb5

Browse files
chore(deps): update github actions
1 parent cae6854 commit bd9adb5

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/bump-neuvector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
pull-requests: write # for updatecli to create a PR
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616

1717
- name: Install Updatecli in the runner
18-
uses: updatecli/updatecli-action@57aa8966d4d775cb1420b90c270ba97a4b5abe47 # v2.93.0
18+
uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0
1919

2020
- name: Update neuvector dependency
2121
env:

.github/workflows/bump-sigstore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
pull-requests: write # for updatecli to create a PR
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616

1717
- name: Install Updatecli in the runner
18-
uses: updatecli/updatecli-action@57aa8966d4d775cb1420b90c270ba97a4b5abe47 # v2.93.0
18+
uses: updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c # v2.100.0
1919

2020
- name: Update sigstore-interface dependency
2121
env:

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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 NeuVector's GH org. It can
2121
# be used directly and there is no need to request specific access to EIO.
2222
- name: Read FOSSA token
23-
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # v3
23+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
2424
with:
2525
secrets: |
2626
secret/data/github/org/neuvector/fossa/credentials token | FOSSA_API_KEY_PUSH_ONLY

.github/workflows/golangci-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.0.2
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
18+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1919
with:
2020
go-version-file: "go.mod"
2121
- name: golangci-lint

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
- name: Load Secrets from Vault
23-
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # v3
23+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
2424
with:
2525
secrets: |
2626
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | RANCHER_DOCKER_USERNAME ;
@@ -79,9 +79,9 @@ jobs:
7979
id-token: write
8080
steps:
8181
- name: Checkout code
82-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8383
- name: Load Secrets from Vault
84-
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # v3
84+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
8585
with:
8686
secrets: |
8787
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | RANCHER_DOCKER_USERNAME ;
@@ -103,7 +103,7 @@ jobs:
103103
fi
104104
- name: Login to registry
105105
if: env.UPDATE_MUTABLE_TAG == 'True'
106-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
106+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
107107
with:
108108
registry: docker.io
109109
username: ${{ env.DOCKER_USERNAME }}
@@ -114,7 +114,7 @@ jobs:
114114
docker buildx imagetools create --tag docker.io/${{ github.repository_owner }}/scanner:6 docker.io/${{ github.repository_owner }}/scanner:${TAG}
115115
- name: Login to registry
116116
if: env.UPDATE_MUTABLE_TAG == 'True'
117-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
117+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
118118
with:
119119
registry: ${{ env.PRIME_REGISTRY }}
120120
username: ${{ env.PRIME_REGISTRY_USERNAME }}
@@ -125,7 +125,7 @@ jobs:
125125
docker buildx imagetools create --tag ${PRIME_REGISTRY}/rancher/neuvector-scanner:6 ${PRIME_REGISTRY}/rancher/neuvector-scanner:${TAG}
126126
- name: Login to registry
127127
if: env.UPDATE_MUTABLE_TAG == 'True'
128-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
128+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
129129
with:
130130
registry: docker.io
131131
username: ${{ env.RANCHER_DOCKER_USERNAME }}

.github/workflows/renovate-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
call-workflow:
25-
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@c88cbe41a49d02648b9bf83aa5a64902151323fa # release
25+
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@2d82ce8ea8e41fe034523bb5d0694a1bce790235 # release
2626
with:
2727
logLevel: ${{ inputs.logLevel || 'info' }}
2828
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}

.github/workflows/unitest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
unitest:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
11+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12+
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1313
with:
1414
go-version: '1.26.1'
1515
- run: |

0 commit comments

Comments
 (0)