Skip to content

Commit bf55577

Browse files
authored
Merge branch 'master' into debug-tests
2 parents f1f28fd + 8a9b552 commit bf55577

File tree

177 files changed

+5457
-8185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+5457
-8185
lines changed

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: composite
66
steps:
77
- name: Install Go
8-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
8+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
99
with:
1010
go-version: 1.25.x
1111
check-latest: true

.github/workflows/browser_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Install Go
34-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
34+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3535
with:
3636
go-version: 1.x
3737
- name: Install Go tip

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109
persist-credentials: false
110110
- name: Install Go
111-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
111+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
112112
with:
113113
go-version: ${{ needs.configure.outputs.go_version }}
114114
check-latest: true
@@ -199,7 +199,7 @@ jobs:
199199
docker run $DOCKER_IMAGE_ID resume --help
200200
- name: Login to DockerHub
201201
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
202-
uses: grafana/shared-workflows/actions/dockerhub-login@13fb504e3bfe323c1188bf244970d94b2d336e86 # dockerhub-login-v1.0.1
202+
uses: grafana/shared-workflows/actions/dockerhub-login@c6d954f7cd9c0022018982e01268de6cb75b913c # dockerhub-login/v1.0.2
203203
- name: Login to ghcr.io
204204
env:
205205
GITHUB_ACTOR: ${{ github.actor }}
@@ -273,7 +273,7 @@ jobs:
273273
windows_binary_artifact_name: ${{ steps.assign-artifact-names.outputs.windows-binary-artifact-name }}
274274
steps:
275275
- name: Download binaries
276-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
276+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
277277
with:
278278
name: binaries
279279
path: dist
@@ -314,7 +314,7 @@ jobs:
314314
signed-artifact-name: 'windows-binary-signed'
315315

316316
- name: Download signed Windows binary
317-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
317+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
318318
if: needs.configure.outputs.sign_windows_artifacts == 'true'
319319
with:
320320
name: ${{ steps.sign-artifacts.outputs.artifact-name }}
@@ -418,7 +418,7 @@ jobs:
418418
needs: [configure, package]
419419
steps:
420420
- name: Download Windows artifacts
421-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
421+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
422422
if: needs.configure.outputs.sign_windows_artifacts == 'true'
423423
with:
424424
name: binaries-windows
@@ -482,7 +482,7 @@ jobs:
482482
run: cd dist && sha256sum * > "k6-${VERSION}-checksums.txt"
483483
- name: Anchore SBOM Action
484484
continue-on-error: true
485-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
485+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
486486
with:
487487
artifact-name: k6-${{ env.VERSION }}-spdx.json
488488
upload-release-assets: false
@@ -575,7 +575,7 @@ jobs:
575575
PGP_SIGN_KEY_PASSPHRASE=pgp:PGP_SIGN_KEY_PASSPHRASE
576576
PGP_SIGN_KEY=pgp:PGP_SIGN_KEY
577577
S3_BUCKET=s3:AWS_S3_BUCKET
578-
- uses: grafana/shared-workflows/actions/aws-auth@954bcbdf6e64fe612210885b47df771d9d20447b # aws-auth/v1.0.2
578+
- uses: grafana/shared-workflows/actions/aws-auth@85022085ed5314601c05d10e846de56bdd71e369 # aws-auth/v1.0.3
579579
with:
580580
aws-region: "us-east-2"
581581
role-arn: ${{ env.IAM_ROLE_ARN }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
23+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
2424
with:
2525
languages: go
2626

2727
- name: CodeQL Analysis
28-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
28+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8

.github/workflows/issue-auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# as we need to run only on issues, it filter out prs.
1818
if: ${{ !github.event.issue.pull_request }}
1919
steps:
20-
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
20+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2121
with:
2222
script: |
2323
const assignees = ['ankur22', 'codebien', 'inancgumus', 'joanlopez', 'mstoykov', 'oleiade', 'AgnesToulet'];

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222
fetch-depth: 0
2323
- name: Install Go
24-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
24+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2525
with:
2626
go-version: 1.25.x
2727
check-latest: true

.github/workflows/tc39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Install Go
29-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
29+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3030
with:
3131
go-version: 1.25.x
3232
check-latest: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo "Running tests on '${GITHUB_REF}' with '$(git describe --tags --always --long --dirty)' checked out..."
3434
- name: Install Go
35-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
35+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3636
with:
3737
go-version: ${{ matrix.go-version }}
3838
check-latest: true
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
persist-credentials: false
120120
- name: Install Go
121-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
121+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
122122
with:
123123
go-version: ${{ matrix.go-version }}
124124
check-latest: true

.github/workflows/wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: Install Go
22-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323
with:
2424
go-version: 1.25.x
2525
check-latest: true

.github/workflows/xk6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- name: Install Go
3131
if: matrix.go != 'tip'
32-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
32+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3333
with:
3434
go-version: 1.25.x
3535
check-latest: true

0 commit comments

Comments
 (0)