mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.21.0 to 2.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/enricomi/publish-unit-test-result-action/releases">EnricoMi/publish-unit-test-result-action's releases</a>.</em></p> <blockquote> <h2>v2.22.0</h2> <p>Adds the following improvements:</p> <ul> <li>Upgrade all Python dependencies to latest version <a href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/710">#710</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/EnricoMi/publish-unit-test-result-action/compare/v2.21.0...v2.22.0">https://github.com/EnricoMi/publish-unit-test-result-action/compare/v2.21.0...v2.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="27d65e188e"><code>27d65e1</code></a> Releasing v2.22.0</li> <li><a href="2deae407d7"><code>2deae40</code></a> Upgrade transient dependencies (<a href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/710">#710</a>)</li> <li><a href="a6d8f3d6ca"><code>a6d8f3d</code></a> Add Ubuntu slim runner (<a href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/709">#709</a>)</li> <li><a href="d3ed9acf9b"><code>d3ed9ac</code></a> CI: Merge check upgrades jobs into single job (<a href="https://redirect.github.com/enricomi/publish-unit-test-result-action/issues/700">#700</a>)</li> <li>See full diff in <a href="34d7c956a5...27d65e188e">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
1.3 KiB
YAML
Generated
32 lines
1.3 KiB
YAML
Generated
#file: noinspection MandatoryParamsAbsent,UndefinedAction
|
|
# This is a fake workflow that never runs.
|
|
# It's used to pin actions to specific git SHAs when generating actual workflows.
|
|
# It also gets updated by dependabot (see .github/dependabot.yml).
|
|
# Generated from Workflow.pkl. DO NOT EDIT.
|
|
name: __lockfile__
|
|
'on':
|
|
push:
|
|
branches-ignore:
|
|
- '**'
|
|
tags-ignore:
|
|
- '**'
|
|
jobs:
|
|
locks:
|
|
if: 'false'
|
|
runs-on: nothing
|
|
steps:
|
|
- name: EnricoMi/publish-unit-test-result-action@v2
|
|
uses: EnricoMi/publish-unit-test-result-action@27d65e188ec43221b20d26de30f4892fad91df2f # v2
|
|
- name: actions/checkout@v6
|
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
- name: actions/create-github-app-token@v2
|
|
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
|
|
- name: actions/download-artifact@v6
|
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
|
- name: actions/setup-java@v5
|
|
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
|
|
- name: actions/upload-artifact@v5
|
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
|
- name: dawidd6/action-download-artifact@v11
|
|
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
|