Skip to content

Commit 46a808b

Browse files
Update github-actions deps (#11975)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | patch | `5.1.1` -> `5.1.2` | | [github/codeql-action](https://github.com/github/codeql-action) | action | minor | `v3.27.9` -> `v3.28.0` | # Warnings (1) Please correct - or verify that you can safely ignore - these warnings before you merge this PR. - `codecov/codecov-action`: Could not determine new digest for update (github-tags package codecov/codecov-action) --- --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.1.2`](https://github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v512) [Compare Source](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2) ##### What's Changed - fix: update statment by [@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1726](https://github.com/codecov/codecov-action/pull/1726) - fix: update action script by [@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1725](https://github.com/codecov/codecov-action/pull/1725) - fix: prevent oidc on tokenless due to permissioning by [@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1724](https://github.com/codecov/codecov-action/pull/1724) - chore(release): wrapper-0.0.31 by [@&#8203;app/codecov-releaser-app](https://github.com/app/codecov-releaser-app) in [https://github.com/codecov/codecov-action/pull/1723](https://github.com/codecov/codecov-action/pull/1723) - Put quotes around `${{ inputs.token }}` in `action.yml` by [@&#8203;jwodder](https://github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1721](https://github.com/codecov/codecov-action/pull/1721) - build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1722](https://github.com/codecov/codecov-action/pull/1722) - Remove mistake from options table by [@&#8203;Acconut](https://github.com/Acconut) in [https://github.com/codecov/codecov-action/pull/1718](https://github.com/codecov/codecov-action/pull/1718) - build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1717](https://github.com/codecov/codecov-action/pull/1717) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.28.0`](https://github.com/github/codeql-action/compare/v3.27.9...v3.28.0) [Compare Source](https://github.com/github/codeql-action/compare/v3.27.9...v3.28.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://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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b9771d commit 46a808b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Run Unit Tests With Coverage
219219
run: make gotest-with-cover
220220
- name: Upload coverage report
221-
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # 5.1.1
221+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 5.1.2
222222
env:
223223
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
224224

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
32+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3333
with:
3434
languages: go
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
37+
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
40+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464

6565
# Upload the results to GitHub's code scanning dashboard.
6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
67+
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
6868
with:
6969
sarif_file: results.sarif

0 commit comments

Comments
 (0)