⬆️ Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 (#2057)
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.2.0 to 1.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md">dominikh/staticcheck-action's changelog</a>.</em></p> <blockquote> <h1>1.3.0</h1> <ul> <li>Add the output-format option</li> <li>Add the output-file option</li> <li>Add the merge-files option</li> <li>Update action/cache dependency from v2 to v3</li> <li>Update setup-go-faster dependency from v1.7.0 to v1.8.0</li> <li>Update installed Go version from 1.17.x to 1.19.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ba605356b4"><code>ba60535</code></a> Fix formatting of changelog</li> <li><a href="97b44333a6"><code>97b4433</code></a> Update versions used in examples</li> <li><a href="51e00fbf34"><code>51e00fb</code></a> Add changelog</li> <li><a href="0c5d998202"><code>0c5d998</code></a> Update installed Go version to 1.19.x</li> <li><a href="ca65062d0b"><code>ca65062</code></a> deps: upgrade setup-go-faster</li> <li><a href="b599c1d351"><code>b599c1d</code></a> deps: upgrade action versions for CI</li> <li><a href="9f77055cca"><code>9f77055</code></a> Support setting output format, writing to file and merging results</li> <li>See full diff in <a href="https://github.com/dominikh/staticcheck-action/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
This commit is contained in:
parent
059b860fde
commit
ef050e67be
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -369,7 +369,7 @@ jobs:
|
||||
run: go-licenses check github.com/alcionai/corso/src --ignore github.com/alcionai/corso/src
|
||||
|
||||
- name: Run staticcheck
|
||||
uses: dominikh/staticcheck-action@v1.2.0
|
||||
uses: dominikh/staticcheck-action@v1.3.0
|
||||
with:
|
||||
install-go: false
|
||||
working-directory: src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user