Skip to content

Commit f09e5ef

Browse files
chore(deps): update github-actions deps (#14209)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.3.4` -> `v4.4.1` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v5.0.0` -> `v5.0.1` | | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | minor | `v2.1.4` -> `v2.2.0` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6.0.0` -> `v6.1.0` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | digest | `4469467` -> `4dc6199` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.31.4` -> `v4.31.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.4.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.4.0...v4.4.1) #### Release Notes ##### <!-- 0 -->🚀 Features - Display oidc as announcement by [@&#8203;fargito](https://redirect.github.com/fargito) - Add --allow-empty run option by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;160](https://redirect.github.com/CodSpeedHQ/runner/pull/160) ##### <!-- 1 -->🐛 Bug Fixes - Do not espace trailing newlines in logger by [@&#8203;fargito](https://redirect.github.com/fargito) - Make multiline logs appear correctly in summary by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;162](https://redirect.github.com/CodSpeedHQ/runner/pull/162) - Request OIDC token just before upload by [@&#8203;fargito](https://redirect.github.com/fargito) - Update docs links to oidc by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;159](https://redirect.github.com/CodSpeedHQ/runner/pull/159) ##### <!-- 7 -->⚙️ Internals - feat: make use of allow-empty in the ci of this action by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;158](https://redirect.github.com/CodSpeedHQ/action/pull/158) - chore: bump runner version to 4.4.1 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;159](https://redirect.github.com/CodSpeedHQ/action/pull/159) #### Install codspeed-runner 4.4.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.4.1 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.4.0...v4.4.1> ### [`v4.4.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.3.4...v4.4.0) #### Release Notes ##### <!-- 0 -->🚀 Features - Add support for oidc token authentication by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;156](https://redirect.github.com/CodSpeedHQ/runner/pull/156) - You can now use OIDC to authenticate your CodSpeed workflow and remove `CODSPEED_TOKEN` from your repositories secret! Learn more in the dedicated [changelog entry](https://codspeed.io/changelog/2025-11-19-simpler-authentication-with-oidc) - Accept simulation as runner mode by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;152](https://redirect.github.com/CodSpeedHQ/runner/pull/152) - Add a comment explaining why we do not check for emptiness in valgrind teardown by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;157](https://redirect.github.com/CodSpeedHQ/runner/pull/157) - Validate walltime results before uploading by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Import walltime\_results from monorepo by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) - Accept both simulation and instrumentation as a mode input by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;155](https://redirect.github.com/CodSpeedHQ/action/pull/155) ##### <!-- 1 -->🐛 Bug Fixes - Dont start perf unless it's not already started by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;158](https://redirect.github.com/CodSpeedHQ/runner/pull/158) - Use a line buffer when reading stdout/stderr streams by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) ##### <!-- 4 --> 📚 Documentation - docs: recommend OpenID Connect instead of static token by [@&#8203;fargito](https://redirect.github.com/fargito) in [#&#8203;156](https://redirect.github.com/CodSpeedHQ/action/pull/156) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.4.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;157](https://redirect.github.com/CodSpeedHQ/action/pull/157) #### Install codspeed-runner 4.4.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.4.0 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.4.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.3.4...v4.4.0> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1) ##### What's Changed - Port v6 cleanup to v5 by [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;2301](https://redirect.github.com/actions/checkout/pull/2301) **Full Changelog**: <actions/checkout@v5...v5.0.1> </details> <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v2.2.0`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v2.1.4...v2.2.0) ##### Bug Fixes - **deps:** bump glob from 10.4.5 to 10.5.0 ([#&#8203;305](https://redirect.github.com/actions/create-github-app-token/issues/305)) ([5480f43](https://redirect.github.com/actions/create-github-app-token/commit/5480f4325a18c025ee16d7e081413854624e9edc)) - **deps:** bump p-retry from 6.2.1 to 7.1.0 ([#&#8203;294](https://redirect.github.com/actions/create-github-app-token/issues/294)) ([dce3be8](https://redirect.github.com/actions/create-github-app-token/commit/dce3be8b284f45e65caed11a610e2bef738d15b4)) - **deps:** bump the production-dependencies group with 2 updates ([#&#8203;292](https://redirect.github.com/actions/create-github-app-token/issues/292)) ([55e2a4b](https://redirect.github.com/actions/create-github-app-token/commit/55e2a4b2ccaaa8364303e6ab9f77e31ad02298e5)) ##### Features - update permission inputs ([#&#8203;296](https://redirect.github.com/actions/create-github-app-token/issues/296)) ([d90aa53](https://redirect.github.com/actions/create-github-app-token/commit/d90aa532332d33f6dc9656fd4491a98441595a37)) </details> <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.1.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.0.0...v6.1.0) #### What's Changed ##### Enhancements - Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang by [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - Add support for .tool-versions file and update workflow by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - Add comprehensive breaking changes documentation for v6 by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) ##### Dependency updates - Upgrade eslint-config-prettier from 10.0.1 to 10.1.8 and document breaking changes in v6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;617](https://redirect.github.com/actions/setup-go/pull/617) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;641](https://redirect.github.com/actions/setup-go/pull/641) - Upgrade semver and [@&#8203;types/semver](https://redirect.github.com/types/semver) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;652](https://redirect.github.com/actions/setup-go/pull/652) #### New Contributors - [@&#8203;nicholasngai](https://redirect.github.com/nicholasngai) made their first contribution in [#&#8203;665](https://redirect.github.com/actions/setup-go/pull/665) - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;673](https://redirect.github.com/actions/setup-go/pull/673) - [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) made their first contribution in [#&#8203;674](https://redirect.github.com/actions/setup-go/pull/674) **Full Changelog**: <actions/setup-go@v6...v6.1.0> </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.31.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.31.5) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.31.4...v4.31.5) ##### CodeQL Action Changelog See the [releases page](https://redirect.github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. ##### 4.31.5 - 24 Nov 2025 - Update default CodeQL bundle version to 2.23.6. [#&#8203;3321](https://redirect.github.com/github/codeql-action/pull/3321) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v4.31.5/CHANGELOG.md) for more information. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c36484 commit f09e5ef

18 files changed

+33
-33
lines changed

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ${{ github.head_ref }}
3232

3333
- name: Setup Go
34-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
34+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3535
with:
3636
go-version: oldstable
3737
cache: false

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
32-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
32+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3333
with:
3434
go-version: oldstable
3535
cache: false

.github/workflows/build-and-test-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
- name: Setup Go
28-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
28+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2929
with:
3030
go-version: oldstable
3131
cache: false
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout Repo
5555
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5656
- name: Setup Go
57-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
57+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5858
with:
5959
go-version: oldstable
6060
cache: false

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
- name: Setup Go
24-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
24+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2525
with:
2626
go-version: oldstable
2727
cache: false
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout Repo
4545
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4646
- name: Setup Go
47-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
47+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4848
with:
4949
go-version: oldstable
5050
cache: false
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout Repo
7070
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7171
- name: Setup Go
72-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
72+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7373
with:
7474
go-version: oldstable
7575
cache: false
@@ -91,7 +91,7 @@ jobs:
9191
- name: Checkout Repo
9292
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9393
- name: Setup Go
94-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
94+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9595
with:
9696
go-version: stable
9797
cache: false
@@ -153,7 +153,7 @@ jobs:
153153
- name: Checkout Repo
154154
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
155155
- name: Setup Go
156-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
156+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
157157
with:
158158
go-version: ${{ matrix.go-version }}
159159
cache: false
@@ -202,7 +202,7 @@ jobs:
202202
- name: Checkout Repo
203203
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
204204
- name: Setup Go
205-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
205+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
206206
with:
207207
go-version: oldstable
208208
cache: false
@@ -270,7 +270,7 @@ jobs:
270270
- name: Checkout Repo
271271
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
272272
- name: Setup Go
273-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
273+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
274274
with:
275275
go-version: oldstable
276276
cache: false

.github/workflows/builder-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Repo
3434
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535
- name: Setup Go
36-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
36+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3737
with:
3838
go-version: oldstable
3939
cache: false

.github/workflows/builder-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4646

4747
- name: Setup Go
48-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
48+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4949
with:
5050
go-version: stable
5151
cache: false

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Go
34-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
34+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3535
with:
3636
go-version: oldstable
3737
cache: false

.github/workflows/check-codeowners.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3838

39-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
39+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4040
id: go-setup
4141
with:
4242
go-version: oldstable
@@ -48,7 +48,7 @@ jobs:
4848
repository: ${{github.event.pull_request.head.repo.full_name}}
4949
path: pr
5050

51-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
51+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
5252
id: otelbot-token
5353
with:
5454
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
26+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
2828
go-version: oldstable
2929
cache: false
@@ -39,12 +39,12 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
42+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4343
with:
4444
languages: go
4545

4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
47+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
50+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5

.github/workflows/contrib-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: contrib
6565
path: /tmp/contrib
6666
- name: Setup Go
67-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
67+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6868
with:
6969
go-version: oldstable
7070
cache: false

0 commit comments

Comments
 (0)