Skip to content

Commit 72970c0

Browse files
chore(deps): update github-actions deps (#46560)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) ([changelog](https://redirect.github.com/actions/setup-go/compare/7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5..4b73464bb391d4059bd26b0524d20df3927bd417)) | action | digest | `7a3fe6c` → `4b73464` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.32.4` → `v4.32.5` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) ([changelog](https://redirect.github.com/github/codeql-action/compare/89a39a4e59826350b863aa6b6252a07ad50cf83e..c793b717bc78562f491db7b0e93a3a178b099162)) | action | digest | `89a39a4` → `c793b71` | | [lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action) | action | minor | `v2.7.0` → `v2.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.32.5`](https://redirect.github.com/github/codeql-action/compare/v4.32.4...v4.32.5) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.32.4...v4.32.5) </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.8.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.8.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.7.0...v2.8.0) #### What's Changed - Update lycheeVersion to v0.23.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;324](https://redirect.github.com/lycheeverse/lychee-action/pull/324) - Update args for lychee-action to use root-dir by [@&#8203;mre](https://redirect.github.com/mre) in [#&#8203;314](https://redirect.github.com/lycheeverse/lychee-action/pull/314) - Update test to use `--root-dir` instead of the deprecated `--base` by [@&#8203;mre](https://redirect.github.com/mre) in [#&#8203;315](https://redirect.github.com/lycheeverse/lychee-action/pull/315) - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;316](https://redirect.github.com/lycheeverse/lychee-action/pull/316) - Bump actions/cache from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;319](https://redirect.github.com/lycheeverse/lychee-action/pull/319) - Bump peter-evans/create-pull-request from 7 to 8 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;318](https://redirect.github.com/lycheeverse/lychee-action/pull/318) - Add message with Summary report URL by [@&#8203;atteggiani](https://redirect.github.com/atteggiani) in [#&#8203;326](https://redirect.github.com/lycheeverse/lychee-action/pull/326) #### New Contributors - [@&#8203;atteggiani](https://redirect.github.com/atteggiani) made their first contribution in [#&#8203;326](https://redirect.github.com/lycheeverse/lychee-action/pull/326) **Full Changelog**: <lycheeverse/lychee-action@v2.7.0...v2.8.0> </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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20c53d9 commit 72970c0

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/actions/setup-go-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
"${{ inputs.repo-path }}/.github/workflows/scripts/free-disk-space.sh"
3232
3333
- name: Setup Go
34-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
34+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3535
id: go-setup
3636
with:
3737
go-version: ${{ inputs.go-version }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Fetch complete history depth only if the PR is not a chore.
3636
fetch-depth: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]') && '0' || '1' }}
3737
- run: ./.github/workflows/scripts/free-disk-space.sh
38-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
38+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3939
with:
4040
go-version: oldstable
4141
cache-dependency-path: "**/*.sum"

.github/workflows/check-codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838
- run: ./.github/workflows/scripts/free-disk-space.sh
39-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
39+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
4040
id: go-setup
4141
with:
4242
go-version: oldstable

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Link Checker
4848
id: lychee
49-
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
49+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
5050
with:
5151
args: "--verbose --no-progress ${{needs.changedfiles.outputs.files}} --config .github/lychee.toml"
5252
failIfEmpty: false

.github/workflows/check-lychee-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Lychee Config Checker
2222
id: lychee
23-
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
23+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
2424
with:
2525
args: "--verbose --config .github/lychee.toml --dump .github/lychee.toml"
2626
failIfEmpty: false

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
- run: ./.github/workflows/scripts/free-disk-space.sh
28-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
28+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2929
id: go-setup
3030
with:
3131
go-version: oldstable
3232
cache-dependency-path: "**/*.sum"
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
36+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
3737
with:
3838
languages: go
3939

@@ -43,7 +43,7 @@ jobs:
4343
make otelcontribcol
4444
4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
46+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
4747
timeout-minutes: 60
4848

4949
- run: ./.github/workflows/scripts/check-disk-space.sh

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: opentelemetry-collector-contrib
3131
- run: opentelemetry-collector-contrib/.github/workflows/scripts/free-disk-space.sh
32-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
32+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3333
with:
3434
go-version: oldstable
3535
cache: false

.github/workflows/prometheus-compliance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
path: opentelemetry-collector-contrib
3535
- run: opentelemetry-collector-contrib/.github/workflows/scripts/free-disk-space.sh
36-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
36+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3737
id: go-setup
3838
with:
3939
go-version: oldstable

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
68+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)