Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 97a0fba1372883ab732aff…
Browse files Browse the repository at this point in the history
…be8f94b823f91727db to c24449f33cd45d4826c6702db7e49f7cdb9b551d (#75)

Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 97a0fba1372883ab732affbe8f94b823f91727db to
c24449f33cd45d4826c6702db7e49f7cdb9b551d.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/c24449f33cd45d4826c6702db7e49f7cdb9b551d"><code>c24449f</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/608">#608</a>
from actions/joshmgross/fix-include-hidden-files-inpu...</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/2339de448d0bc96c402381b5249f7f61f75da2f9"><code>2339de4</code></a>
Ensure hidden files input is used</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/672174a5bad8453f715436e010047cb8fa7680be"><code>672174a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/606">#606</a>
from actions/v3/node16</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/9ee08a3b00e91a926cc9547dc79589c20872452f"><code>9ee08a3</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/604">#604</a>
from actions/v3/backport-exclude-hidden-files</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/ff37344dc235a0729d494a3854c9de5dab94bfe5"><code>ff37344</code></a>
Update documentation for action</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/d99c5eca070d166b258e6c5ae136816149c1e58e"><code>d99c5ec</code></a>
update readme with section</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/afc7e4a27ddb9241c0b61736b6a27ed1fa8c73ea"><code>afc7e4a</code></a>
Exclude hidden files by default backport</li>
<li>See full diff in <a
href="https://github.com/actions/upload-artifact/compare/97a0fba1372883ab732affbe8f94b823f91727db...c24449f33cd45d4826c6702db7e49f7cdb9b551d">compare
view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
nataliagranato authored Sep 10, 2024
2 parents b6af421 + 67613d2 commit b370e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
uses: actions/upload-artifact@c24449f33cd45d4826c6702db7e49f7cdb9b551d # v3.pre.node20
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit b370e55

Please sign in to comment.