-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Bump the all-actions group across 1 directory with 5 updates #14018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps the all-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.282.0` | `1.286.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.10` | `4.31.11` | | [actions/cache](https://github.com/actions/cache) | `5.0.1` | `5.0.2` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.3.0` | `0.4.1` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `ruby/setup-ruby` from 1.282.0 to 1.286.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@4fc31e1...90be115) Updates `github/codeql-action` from 4.31.10 to 4.31.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...19b2f06) Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) Updates `zizmorcore/zizmor-action` from 0.3.0 to 0.4.1 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e639db9...1356984) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.286.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.31.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL (ruby) | ||
| uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5 | ||
| uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5 |
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be fixed by #13985
|
|
||
| - name: Initialize CodeQL (others) | ||
| uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5 | ||
| uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5 |
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning
| # If this step fails, then you should remove it and run the build manually (see below) | ||
| - name: Autobuild | ||
| uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5 | ||
| uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5 |
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5 | ||
| uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5 |
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning
| publish_results: true | ||
|
|
||
| - uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5 | ||
| - uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5 |
Check warning
Code scanning / zizmor
detects commit SHAs that don't match their version comment tags Warning
Bumps the all-actions group with 5 updates in the / directory:
6.0.16.0.21.282.01.286.04.31.104.31.115.0.15.0.20.3.00.4.1Updates
actions/checkoutfrom 6.0.1 to 6.0.2Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...Updates
ruby/setup-rubyfrom 1.282.0 to 1.286.0Release notes
Sourced from ruby/setup-ruby's releases.
Commits
90be115Add truffleruby-33.0.1,truffleruby+graalvm-33.0.1e69dcf3Update all dependencies to latest9f55308Convert to String earlier in generate-windows-versions.rb80740b3Add new RubyInstaller releases 4.0.1-1 and 3.2.10-15fcbc91Fix compatibility to ruby-3.2708024eAdd ruby-3.2.10757ecf5Give a proper name to CI jobs checking generated files6963d48Use Regexp.escape to not need to manually escape (error-prone)3fc6249Match more strictly with \A and \zb939495Add restriction and validation for download urlsUpdates
github/codeql-actionfrom 4.31.10 to 4.31.11Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
19b2f06Merge pull request #3417 from github/update-v4.31.11-1601acf8803afde0Add noteworthy changes to changelog9469107Update changelog for v4.31.111601acfMerge pull request #3415 from github/henrymercer/address-telemetry-gapfba7872Address review commentsa8dd5abMerge pull request #3414 from github/dependabot/npm_and_yarn/lodash-4.17.2328bfb7bOmit error from start-proxy Action91f3460Throw if in test modeedebb78Differentiate unhandled errors in telemetry529c266UsegetErrorMessagein more placesUpdates
actions/cachefrom 5.0.1 to 5.0.2Release notes
Sourced from actions/cache's releases.
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
8b402f5Merge pull request #1692 from GhadimiR/main304ab5alicense for httpclient609fc19Update licensed record for cacheb22231eBuild93150cdAdd PR link to releases9b8ca9fBump actions/cache to 5.0.3Updates
zizmorcore/zizmor-actionfrom 0.3.0 to 0.4.1Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
1356984Fix version file path (#83)72469cfBump pins in README (#80)3aa7e2fAdd fail-on-no-inputs tests (#79)92fc377Sync zizmor versions (#78)5aff8efAddfail-on-no-inputsoption (#67)4d497b9Sync zizmor versions (#75)5fa0711Fix sync-zizmor-versions (#69)c823f2cHash-check zizmor Docker images (#68)706c51bchore(deps): bump github/codeql-action in the github-actions group (#66)cb3d8e8chore(deps): bump actions/checkout in the github-actions group (#65)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions