mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
Bump github/gh-aw-actions from 0.72.1 to 0.74.4 (#9568)
Bumps [github/gh-aw-actions](https://github.com/github/gh-aw-actions) from 0.72.1 to 0.74.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/gh-aw-actions/releases">github/gh-aw-actions's releases</a>.</em></p> <blockquote> <h2>v0.74.4</h2> <p>Sync of actions from <a href="https://github.com/github/gh-aw">gh-aw</a> at <code>v0.74.4</code>.</p> <h2>v0.74.3</h2> <p>Sync of actions from <a href="https://github.com/github/gh-aw">gh-aw</a> at <code>v0.74.3</code>.</p> <h2>v0.74.2</h2> <p>Sync of actions from <a href="https://github.com/github/gh-aw">gh-aw</a> at <code>v0.74.2</code>.</p> <h2>v0.74.1</h2> <p>Sync of actions from <a href="https://github.com/github/gh-aw">gh-aw</a> at <code>v0.74.1</code>.</p> <h2>v0.74.0</h2> <p>Sync of actions from <a href="https://github.com/github/gh-aw">gh-aw</a> at <code>v0.74.0</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d3abfe96a1"><code>d3abfe9</code></a> chore: sync actions from gh-aw@v0.74.4 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/105">#105</a>)</li> <li><a href="8a9a52673c"><code>8a9a526</code></a> chore: sync actions from gh-aw@v0.74.3 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/104">#104</a>)</li> <li><a href="23453ecc01"><code>23453ec</code></a> chore: sync actions from gh-aw@v0.74.2 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/101">#101</a>)</li> <li><a href="b07cf98ac5"><code>b07cf98</code></a> chore: sync actions from gh-aw@v0.74.1 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/100">#100</a>)</li> <li><a href="908c12f51d"><code>908c12f</code></a> Add daily Copilot runtime threat scan workflow (<a href="https://redirect.github.com/github/gh-aw-actions/issues/98">#98</a>)</li> <li><a href="28ffccfcaa"><code>28ffccf</code></a> chore: sync actions from gh-aw@v0.74.0 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/97">#97</a>)</li> <li><a href="cc81570b45"><code>cc81570</code></a> chore: sync actions from gh-aw@v0.73.0 (<a href="https://redirect.github.com/github/gh-aw-actions/issues/95">#95</a>)</li> <li>See full diff in <a href="https://github.com/github/gh-aw-actions/compare/v0.72.1...v0.74.4">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 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>
This commit is contained in:
parent
d4babf7181
commit
3eb6efa830
18 changed files with 127 additions and 127 deletions
12
.github/workflows/tptp-benchmark.lock.yml
generated
vendored
12
.github/workflows/tptp-benchmark.lock.yml
generated
vendored
|
|
@ -37,7 +37,7 @@
|
|||
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
# - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
# - github/gh-aw-actions/setup@v0.72.1
|
||||
# - github/gh-aw-actions/setup@v0.74.4
|
||||
#
|
||||
# Container images used:
|
||||
# - ghcr.io/github/gh-aw-firewall/agent:0.25.41
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Scripts
|
||||
id: setup
|
||||
uses: github/gh-aw-actions/setup@v0.72.1
|
||||
uses: github/gh-aw-actions/setup@v0.74.4
|
||||
with:
|
||||
destination: ${{ runner.temp }}/gh-aw/actions
|
||||
job-name: ${{ github.job }}
|
||||
|
|
@ -339,7 +339,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Scripts
|
||||
id: setup
|
||||
uses: github/gh-aw-actions/setup@v0.72.1
|
||||
uses: github/gh-aw-actions/setup@v0.74.4
|
||||
with:
|
||||
destination: ${{ runner.temp }}/gh-aw/actions
|
||||
job-name: ${{ github.job }}
|
||||
|
|
@ -920,7 +920,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Scripts
|
||||
id: setup
|
||||
uses: github/gh-aw-actions/setup@v0.72.1
|
||||
uses: github/gh-aw-actions/setup@v0.74.4
|
||||
with:
|
||||
destination: ${{ runner.temp }}/gh-aw/actions
|
||||
job-name: ${{ github.job }}
|
||||
|
|
@ -1057,7 +1057,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Scripts
|
||||
id: setup
|
||||
uses: github/gh-aw-actions/setup@v0.72.1
|
||||
uses: github/gh-aw-actions/setup@v0.74.4
|
||||
with:
|
||||
destination: ${{ runner.temp }}/gh-aw/actions
|
||||
job-name: ${{ github.job }}
|
||||
|
|
@ -1263,7 +1263,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Scripts
|
||||
id: setup
|
||||
uses: github/gh-aw-actions/setup@v0.72.1
|
||||
uses: github/gh-aw-actions/setup@v0.74.4
|
||||
with:
|
||||
destination: ${{ runner.temp }}/gh-aw/actions
|
||||
job-name: ${{ github.job }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue