Skip to content

Commit 3b42b6e

Browse files
🌱 Bump the github-actions group across 1 directory with 3 updates (#4529)
1 parent 56d0481 commit 3b42b6e

11 files changed

+32
-34
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Harden Runner
58-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
58+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
5959
with:
6060
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6161

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Harden Runner
7474
if: (needs.docs_only_check.outputs.docs_only != 'true')
75-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
75+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
7676
with:
7777
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7878
- name: Clone the code

.github/workflows/gitlab.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
environment: gitlab
3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
36+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939
- name: Clone the code
@@ -66,7 +66,7 @@ jobs:
6666
go mod download
6767
6868
- name: Run GitLab tokenless E2E
69-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
69+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
7070
if: github.event_name == 'pull_request'
7171
with:
7272
max_attempts: 3
@@ -75,7 +75,7 @@ jobs:
7575
command: make e2e-gitlab
7676

7777
- name: Run GitLab PAT E2E # skip if auth token is not available
78-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
78+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
7979
if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
8080
env:
8181
GITLAB_AUTH_TOKEN: ${{ secrets.GITLAB_TOKEN }}

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
37+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3838
with:
3939
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4040

.github/workflows/integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
34+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3535
with:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

@@ -44,7 +44,7 @@ jobs:
4444
needs: [approve]
4545
steps:
4646
- name: Harden Runner
47-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
47+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4848
with:
4949
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5050
- name: Clone the code
@@ -77,7 +77,7 @@ jobs:
7777
go mod download
7878
7979
- name: Run GITHUB_TOKEN E2E #using retry because the GitHub token is being throttled.
80-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
80+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
8181
env:
8282
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
with:

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: check-linter
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
22+
- uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2323
with:
2424
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "GOLANGCI_LINT_VERSION=$(cd tools; go list -m -f '{{ .Version }}' github.com/golangci/golangci-lint)" >> "$GITHUB_ENV"
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
34+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3535
with:
3636
version: ${{ env.GOLANGCI_LINT_VERSION }}
3737
only-new-issues: true

.github/workflows/main.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
40+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4141
with:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4343
- name: Clone the code
@@ -73,7 +73,7 @@ jobs:
7373
files: ./unit-coverage.out
7474
verbose: true
7575
- name: Run PAT Token E2E #using retry because the GitHub token is being throttled.
76-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
76+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
7777
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
7878
env:
7979
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
@@ -95,7 +95,7 @@ jobs:
9595
contents: read
9696
steps:
9797
- name: Harden Runner
98-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
98+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
9999
with:
100100
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
101101

@@ -127,7 +127,7 @@ jobs:
127127
check-latest: true
128128
cache: true
129129
- name: generate mocks
130-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
130+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
131131
with:
132132
max_attempts: 3
133133
retry_on: error
@@ -143,7 +143,7 @@ jobs:
143143
contents: read
144144
steps:
145145
- name: Harden Runner
146-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
146+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
147147
with:
148148
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
149149
- name: Clone the code
@@ -155,7 +155,7 @@ jobs:
155155
check-latest: true
156156
cache: true
157157
- name: generate docs
158-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
158+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
159159
with:
160160
max_attempts: 3
161161
retry_on: error
@@ -172,7 +172,7 @@ jobs:
172172
contents: read
173173
steps:
174174
- name: Harden Runner
175-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
175+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
176176
with:
177177
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
178178

@@ -192,7 +192,7 @@ jobs:
192192
check-latest: true
193193
cache: true
194194
- name: build-proto
195-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
195+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
196196
with:
197197
max_attempts: 3
198198
retry_on: error
@@ -221,7 +221,7 @@ jobs:
221221
contents: read
222222
steps:
223223
- name: Harden Runner
224-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
224+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
225225
with:
226226
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
227227
- name: Cache builds
@@ -245,7 +245,7 @@ jobs:
245245
check-latest: true
246246
cache: true
247247
- name: Run build
248-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
248+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
249249
with:
250250
max_attempts: 3
251251
retry_on: error
@@ -260,7 +260,7 @@ jobs:
260260
contents: read
261261
steps:
262262
- name: Harden Runner
263-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
263+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
264264
with:
265265
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
266266

@@ -287,7 +287,7 @@ jobs:
287287
check-latest: true
288288
cache: true
289289
- name: Run build
290-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
290+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
291291
with:
292292
max_attempts: 3
293293
retry_on: error
@@ -302,7 +302,7 @@ jobs:
302302
contents: read
303303
steps:
304304
- name: Harden Runner
305-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
305+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
306306
with:
307307
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
308308
- name: Clone the code
@@ -314,7 +314,7 @@ jobs:
314314
check-latest: true
315315
cache: true
316316
- name: Run build
317-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
317+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
318318
with:
319319
max_attempts: 3
320320
retry_on: error
@@ -330,7 +330,7 @@ jobs:
330330
contents: read
331331
steps:
332332
- name: Harden Runner
333-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
333+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
334334
with:
335335
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
336336

@@ -350,7 +350,7 @@ jobs:
350350
check-latest: true
351351
cache: true
352352
- name: Run build
353-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
353+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
354354
with:
355355
max_attempts: 3
356356
retry_on: error
@@ -365,7 +365,7 @@ jobs:
365365
contents: read
366366
steps:
367367
- name: Harden Runner
368-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
368+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
369369
with:
370370
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
371371

.github/workflows/publishimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
COSIGN_EXPERIMENTAL: "true"
3737
steps:
3838
- name: Harden Runner
39-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
39+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4040
with:
4141
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4242

@@ -52,7 +52,7 @@ jobs:
5252
- name: install ko
5353
uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
5454
- name: publishimage
55-
uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e
55+
uses: nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
5656
with:
5757
max_attempts: 3
5858
retry_on: error

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Harden Runner
30-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
30+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3131
with:
3232
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3333

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
29+
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
3030
with:
3131
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3232

.golangci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ issues:
2525
- path: 'probes/.+/impl.go'
2626
linters:
2727
- gochecknoinits
28-
skip-files:
29-
- cron/data/request.pb.go # autogenerated
3028
linters:
3129
enable:
3230
- asciicheck

0 commit comments

Comments
 (0)