Skip to content

Commit ea17ada

Browse files
authored
chore(deps): update workflows (#835)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://github.com/actions/download-artifact) | action | patch | `v4.1.1` -> `v4.1.4` | | [github/codeql-action](https://github.com/github/codeql-action) | action | patch | `v3.24.5` -> `v3.24.6` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v4.1.4`](https://github.com/actions/download-artifact/releases/tag/v4.1.4) [Compare Source](https://github.com/actions/download-artifact/compare/v4.1.3...v4.1.4) ##### What's Changed - Update [@&#8203;actions/artifact](https://github.com/actions/artifact) by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [https://github.com/actions/download-artifact/pull/307](https://github.com/actions/download-artifact/pull/307) **Full Changelog**: actions/download-artifact@v4...v4.1.4 ### [`v4.1.3`](https://github.com/actions/download-artifact/releases/tag/v4.1.3) [Compare Source](https://github.com/actions/download-artifact/compare/v4.1.2...v4.1.3) ##### What's Changed - Update release-new-action-version.yml by [@&#8203;konradpabjan](https://github.com/konradpabjan) in [https://github.com/actions/download-artifact/pull/292](https://github.com/actions/download-artifact/pull/292) - Update toolkit dependency with updated unzip logic by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [https://github.com/actions/download-artifact/pull/299](https://github.com/actions/download-artifact/pull/299) - Update [@&#8203;actions/artifact](https://github.com/actions/artifact) by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [https://github.com/actions/download-artifact/pull/303](https://github.com/actions/download-artifact/pull/303) ##### New Contributors - [@&#8203;bethanyj28](https://github.com/bethanyj28) made their first contribution in [https://github.com/actions/download-artifact/pull/299](https://github.com/actions/download-artifact/pull/299) **Full Changelog**: actions/download-artifact@v4...v4.1.3 ### [`v4.1.2`](https://github.com/actions/download-artifact/releases/tag/v4.1.2) [Compare Source](https://github.com/actions/download-artifact/compare/v4.1.1...v4.1.2) - Bump [@&#8203;actions/artifacts](https://github.com/actions/artifacts) to latest version to include [updated GHES host check](https://github.com/actions/toolkit/pull/1648) </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.24.6`](https://github.com/github/codeql-action/compare/v3.24.5...v3.24.6) [Compare Source](https://github.com/github/codeql-action/compare/v3.24.5...v3.24.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 96bbaf3 commit ea17ada

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
go-version-file: go.mod
4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
51+
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,7 +59,7 @@ jobs:
5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)
6161
- name: Autobuild
62-
uses: github/codeql-action/autobuild@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
62+
uses: github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
6363

6464
# ℹ️ Command-line programs to run using the OS shell.
6565
# 📚 https://git.io/JvXDl
@@ -73,4 +73,4 @@ jobs:
7373
# make release
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
76+
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6

.github/workflows/osv-scanner-reusable-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ jobs:
105105
# Upload the results to GitHub's code scanning dashboard.
106106
- name: "Upload to code-scanning"
107107
if: ${{ !cancelled() && inputs.upload-sarif == true }}
108-
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
108+
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
109109
with:
110110
sarif_file: ${{ inputs.results-file-name }}

.github/workflows/osv-scanner-reusable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
persist-credentials: false
5757
- name: "Download custom artifact if specified"
58-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
58+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
5959
if: "${{ inputs.download-artifact != '' }}"
6060
with:
6161
name: "${{ inputs.download-artifact }}"
@@ -88,6 +88,6 @@ jobs:
8888
# Upload the results to GitHub's code scanning dashboard.
8989
- name: "Upload to code-scanning"
9090
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
91-
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
91+
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
9292
with:
9393
sarif_file: ${{ inputs.results-file-name }}

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
70+
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)