Skip to content

Commit de2eb42

Browse files
build(deps): bump layervai/ops-routines-workflows/.github/workflows/issue-priority.yml from 0.9.0 to 0.10.0 (#116)
Bumps [layervai/ops-routines-workflows/.github/workflows/issue-priority.yml](https://github.com/layervai/ops-routines-workflows) from 0.9.0 to 0.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/layervai/ops-routines-workflows/releases">layervai/ops-routines-workflows/.github/workflows/issue-priority.yml's releases</a>.</em></p> <blockquote> <h2>v0.10.0 — age-check-go: private GitHub module tags</h2> <p>Adds private GitHub Go-module provenance and age verification to the reusable age-check-go workflow, mirrored from layervai/ops-routines@608c842 (PR <a href="https://redirect.github.com/layervai/ops-routines-workflows/issues/85">#85</a>).</p> <p>Consumers opt in with exact module-to-repository declarations, a least-privilege GitHub App repository allowlist, and optional enforcement of GitHub-verified annotated tags. Public-module behavior is unchanged.</p> <p>Consumers should pin the immutable mirror commit SHA 47f516254213f3e250caa0eef43900dac548e208 and retain a # v0.10.0 audit comment.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/layervai/ops-routines-workflows/commit/47f516254213f3e250caa0eef43900dac548e208"><code>47f5162</code></a> sync: regenerated from ops-routines@608c842</li> <li><a href="https://github.com/layervai/ops-routines-workflows/commit/4a8ea0674d8d0f7feb0c7198a87354e39d01b0f3"><code>4a8ea06</code></a> sync: regenerated from ops-routines@ac88385</li> <li><a href="https://github.com/layervai/ops-routines-workflows/commit/c88e3b8f18b0221fede979e0036dd788da087f57"><code>c88e3b8</code></a> docs: add MIT LICENSE (<a href="https://redirect.github.com/layervai/ops-routines-workflows/issues/7">#7</a>)</li> <li>See full diff in <a href="https://github.com/layervai/ops-routines-workflows/compare/1536c698add5777aa08c781bc674d1eba469b32d...47f516254213f3e250caa0eef43900dac548e208">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=layervai/ops-routines-workflows/.github/workflows/issue-priority.yml&package-manager=github_actions&previous-version=0.9.0&new-version=0.10.0)](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>
1 parent 99db616 commit de2eb42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-priority.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
# reusable's own `sender.type != 'Bot'` check short-circuits them
4949
# before setFailed — net effect is a near-instant no-op run.
5050
if: ${{ github.actor != 'github-actions[bot]' }}
51-
uses: layervai/ops-routines-workflows/.github/workflows/issue-priority.yml@1536c698add5777aa08c781bc674d1eba469b32d # v0.9.0
51+
uses: layervai/ops-routines-workflows/.github/workflows/issue-priority.yml@47f516254213f3e250caa0eef43900dac548e208 # v0.10.0
5252
permissions:
5353
issues: write

0 commit comments

Comments
 (0)