mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
72fad7678b
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.23. <details> <summary>Commits</summary> <ul> <li><a href="6a38b7d4a1
"><code>6a38b7d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1246">#1246</a> from github/update-v2.1.23-fd4dc5bf</li> <li><a href="99d0a6bc15
"><code>99d0a6b</code></a> Update changelog for v2.1.23</li> <li><a href="fd4dc5bf31
"><code>fd4dc5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1244">#1244</a> from github/criemen/remove-lua-tracer-ff</li> <li><a href="c2560331fc
"><code>c256033</code></a> Fix runner integration test.</li> <li><a href="0a38743d1a
"><code>0a38743</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1240">#1240</a> from github/henrymercer/2.10.5-bump</li> <li><a href="3038e979a8
"><code>3038e97</code></a> Remove the lua tracer feature flag check from the codeql-action.</li> <li><a href="ff575f231d
"><code>ff575f2</code></a> Add changelog note</li> <li><a href="4a8d26e2bd
"><code>4a8d26e</code></a> Bump CodeQL version to 2.10.5</li> <li><a href="9ba4d500aa
"><code>9ba4d50</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1221">#1221</a> from github/aeisenberg/ghes-pack-download</li> <li><a href="6085805a3a
"><code>6085805</code></a> Append <code>/</code> to end of registries url</li> <li>Additional commits viewable in <a href="b398f525a5...6a38b7d4a1
">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.1.22&new-version=2.1.23)](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 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>
22 lines
549 B
YAML
22 lines
549 B
YAML
name: "codeql"
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
analyze:
|
|
name: analyze
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
security-events: write
|
|
actions: read
|
|
contents: read
|
|
|
|
steps:
|
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
|
- uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # v2
|
|
- uses: github/codeql-action/autobuild@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # v2
|
|
- uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # v2
|