Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates (#753)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action) |
`1.1.12` | `1.1.13` |
| [github/codeql-action](https://github.com/github/codeql-action) |
`3.25.0` | `3.25.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact)
| `4.3.1` | `4.3.2` |
|
[actions/download-artifact](https://github.com/actions/download-artifact)
| `4.1.4` | `4.1.5` |
|
[slackapi/slack-github-action](https://github.com/slackapi/slack-github-action)
| `1.25.0` | `1.26.0` |

Updates `trunk-io/trunk-action` from 1.1.12 to 1.1.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/trunk-io/trunk-action/releases">trunk-io/trunk-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.13</h2>
<h2>What's Changed</h2>
<ul>
<li>Continues on failure to install node packages, if user doesn't have
a trunk.yaml (<a
href="https://redirect.github.com/trunk-io/trunk-action/issues/236">#236</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/trunk-io/trunk-action/compare/v1.1.12...v1.1.13">https://github.com/trunk-io/trunk-action/compare/v1.1.12...v1.1.13</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/trunk-io/trunk-action/commit/da67635060feab46c164bc130690e61864a5d13b"><code>da67635</code></a>
feat: continue on node package install failure (<a
href="https://redirect.github.com/trunk-io/trunk-action/issues/236">#236</a>)</li>
<li>See full diff in <a
href="https://github.com/trunk-io/trunk-action/compare/540e7fe497a45ae76370d26d95cc249059c4ac3a...da67635060feab46c164bc130690e61864a5d13b">compare
view</a></li>
</ul>
</details>
<br />

Updates `github/codeql-action` from 3.25.0 to 3.25.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.25.1 - 17 Apr 2024</h2>
<ul>
<li>We are rolling out a feature in April/May 2024 that improves the
reliability and performance of analyzing code when analyzing a compiled
language with the <code>autobuild</code> <a
href="https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes">build
mode</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2235">#2235</a></li>
<li>Fix a bug where the <code>init</code> Action would fail if
<code>--overwrite</code> was specified in
<code>CODEQL_ACTION_EXTRA_OPTIONS</code>. <a
href="https://redirect.github.com/github/codeql-action/pull/2245">#2245</a></li>
</ul>
<h2>3.25.0 - 15 Apr 2024</h2>
<ul>
<li>
<p>The deprecated feature for extracting dependencies for a Python
analysis has been removed. <a
href="https://redirect.github.com/github/codeql-action/pull/2224">#2224</a></p>
<p>As a result, the following inputs and environment variables are now
ignored:</p>
<ul>
<li>The <code>setup-python-dependencies</code> input to the
<code>init</code> Action</li>
<li>The
<code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION</code>
environment variable</li>
</ul>
<p>We recommend removing any references to these from your workflows.
For more information, see the release notes for CodeQL Action v3.23.0
and v2.23.0.</p>
</li>
<li>
<p>Automatically overwrite an existing database if found on the
filesystem. <a
href="https://redirect.github.com/github/codeql-action/pull/2229">#2229</a></p>
</li>
<li>
<p>Bump the minimum CodeQL bundle version to 2.12.6. <a
href="https://redirect.github.com/github/codeql-action/pull/2232">#2232</a></p>
</li>
<li>
<p>A more relevant log message and a diagnostic are now emitted when the
<code>file</code> program is not installed on a Linux runner, but is
required for Go tracing to succeed. <a
href="https://redirect.github.com/github/codeql-action/pull/2234">#2234</a></p>
</li>
</ul>
<h2>3.24.10 - 05 Apr 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.0. <a
href="https://redirect.github.com/github/codeql-action/pull/2219">#2219</a></li>
<li>Add a deprecation warning for customers using CodeQL version 2.12.5
and earlier. These versions of CodeQL were discontinued on 26 March 2024
alongside GitHub Enterprise Server 3.8, and will be unsupported by
CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later.
<a
href="https://redirect.github.com/github/codeql-action/pull/2220">#2220</a>
<ul>
<li>If you are using one of these versions, please update to CodeQL CLI
version 2.12.6 or later. For instance, if you have specified a custom
version of the CLI using the 'tools' input to the 'init' Action, you can
remove this input to use the default version.</li>
<li>Alternatively, if you want to continue using a version of the CodeQL
CLI between 2.11.6 and 2.12.5, you can replace
<code>github/codeql-action/*@V3</code> by
<code>github/codeql-action/*@v3.24.10</code> and
<code>github/codeql-action/*@v2</code> by
<code>github/codeql-action/*@v2.24.10</code> in your code scanning
workflow to ensure you continue using this version of the CodeQL
Action.</li>
</ul>
</li>
</ul>
<h2>3.24.9 - 22 Mar 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2203">#2203</a></li>
</ul>
<h2>3.24.8 - 18 Mar 2024</h2>
<ul>
<li>Improve the ease of debugging extraction issues by increasing the
verbosity of the extractor logs when running in debug mode. <a
href="https://redirect.github.com/github/codeql-action/pull/2195">#2195</a></li>
</ul>
<h2>3.24.7 - 12 Mar 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.16.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2185">#2185</a></li>
</ul>
<h2>3.24.6 - 29 Feb 2024</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/c7f9125735019aa87cfc361530512d50ea439c71"><code>c7f9125</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2248">#2248</a>
from github/update-v3.25.1-c4fb45143</li>
<li><a
href="https://github.com/github/codeql-action/commit/1c7e8b2cf27fe2842c9131549befe9126c581615"><code>1c7e8b2</code></a>
Update changelog for v3.25.1</li>
<li><a
href="https://github.com/github/codeql-action/commit/c4fb451437765abf5018c6fbf22cce1a7da1e5cc"><code>c4fb451</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2245">#2245</a>
from github/henrymercer/ignore-already-specified-flags</li>
<li><a
href="https://github.com/github/codeql-action/commit/556b3bcfae6e80d5b97e3022fdc26e2e2fb8fcc1"><code>556b3bc</code></a>
Add changelog note</li>
<li><a
href="https://github.com/github/codeql-action/commit/ef66aeacbffbc0a38d99ff4c7128b7a08402998d"><code>ef66aea</code></a>
Merge branch 'main' into henrymercer/ignore-already-specified-flags</li>
<li><a
href="https://github.com/github/codeql-action/commit/9b87e0a8c4c056fe190dbe9b27705e4a609b3ed7"><code>9b87e0a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2241">#2241</a>
from github/nickfyson/speculative-script-fix</li>
<li><a
href="https://github.com/github/codeql-action/commit/18111b696bb9dfa258eafa803d7ebe62fd0c2f2a"><code>18111b6</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2235">#2235</a>
from github/henrymercer/autobuild-with-direct-tracing</li>
<li><a
href="https://github.com/github/codeql-action/commit/ade98b980a98b96bdf2a6987025f40e215961ddc"><code>ade98b9</code></a>
Ensure <code>--overwrite</code> flag is only passed once</li>
<li><a
href="https://github.com/github/codeql-action/commit/8566d50a791ab204d59de6606ac0714547892d92"><code>8566d50</code></a>
Add regression test for double <code>--overwrite</code></li>
<li><a
href="https://github.com/github/codeql-action/commit/453a95695a4bcef90d0a08e0573386c6591819db"><code>453a956</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2243">#2243</a>
from github/dependabot/npm_and_yarn/npm-9b31496ffc</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/df5a14dc28094dc936e103b37d749c6628682b60...c7f9125735019aa87cfc361530512d50ea439c71">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/upload-artifact` from 4.3.1 to 4.3.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update release-new-action-version.yml by <a
href="https://github.com/konradpabjan"><code>@​konradpabjan</code></a>
in <a
href="https://redirect.github.com/actions/upload-artifact/pull/516">actions/upload-artifact#516</a></li>
<li>Minor fix to the migration readme by <a
href="https://github.com/andrewakim"><code>@​andrewakim</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/523">actions/upload-artifact#523</a></li>
<li>Update readme with v3/v2/v1 deprecation notice by <a
href="https://github.com/robherley"><code>@​robherley</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/561">actions/upload-artifact#561</a></li>
<li>updating <code>@actions/artifact</code> dependency to v2.1.5 and
<code>@actions/core</code> to v1.0.1 by <a
href="https://github.com/eggyhead"><code>@​eggyhead</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/562">actions/upload-artifact#562</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/andrewakim"><code>@​andrewakim</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/523">actions/upload-artifact#523</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2">https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/1746f4ab65b179e0ea60a494b83293b640dd5bba"><code>1746f4a</code></a>
Revert &quot;updating to release 4.3.2&quot;</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/31685d04a0d6557fe2be4174c3ea69ee4cbfa6bb"><code>31685d0</code></a>
updating to release 4.3.2</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/18bf333cd2249fbbbdb605fd9d9ed57efd7adf34"><code>18bf333</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/562">#562</a>
from actions/eggyhead/update-artifact-v215</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/dac413befa086181ab17cf3db942667aede55e0d"><code>dac413b</code></a>
update package lock version</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/bb3b4a3cdbef901e2e185ca492d513e798fd1b9f"><code>bb3b4a3</code></a>
updating package version</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/3e3da837d2a1e030e44fe2bb5c4b9f63c25f33e3"><code>3e3da83</code></a>
updating artifact and core dependencies</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/e35774f165aac0e3b0c8273137b1845a2ac8c5f1"><code>e35774f</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/561">#561</a>
from actions/robherley/deprecation-notice</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/e63ea677fb182f6827027a7b74f61debfca990ab"><code>e63ea67</code></a>
Update readme with v3/v2/v1 deprecation notice</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb"><code>ef09cda</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/523">#523</a>
from andrewakim/andrewakim/migration-readme-fix</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/00e36f94d817ea235422592a23d468b262071bf4"><code>00e36f9</code></a>
Minor fix to the migration readme</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/upload-artifact/compare/5d5d22a31266ced268874388b861e4b58bb5c2f3...1746f4ab65b179e0ea60a494b83293b640dd5bba">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/download-artifact` from 4.1.4 to 4.1.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/download-artifact/releases">actions/download-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update readme with v3/v2/v1 deprecation notice by <a
href="https://github.com/robherley"><code>@​robherley</code></a> in <a
href="https://redirect.github.com/actions/download-artifact/pull/322">actions/download-artifact#322</a></li>
<li>Update dependencies <code>@actions/core</code> to v1.10.1 and
<code>@actions/artifact</code> to v2.1.5</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5">https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/download-artifact/commit/8caf195ad4b1dee92908e23f56eeb0696f1dd42d"><code>8caf195</code></a>
package lock update</li>
<li><a
href="https://github.com/actions/download-artifact/commit/d7a2ec411d177e8ca679ac5969b70be59c322700"><code>d7a2ec4</code></a>
updating package version</li>
<li><a
href="https://github.com/actions/download-artifact/commit/e56a1d48ef0f0a8ad8d864416ee03b4f1ab51164"><code>e56a1d4</code></a>
updating core dependency</li>
<li><a
href="https://github.com/actions/download-artifact/commit/1fcda58b3a5574619fcf6509778850ca2e4b8736"><code>1fcda58</code></a>
updating core license</li>
<li><a
href="https://github.com/actions/download-artifact/commit/325a10d8b7c55aa3c81692cd880369f752a98121"><code>325a10d</code></a>
updating actions dependency to v2.1.5</li>
<li><a
href="https://github.com/actions/download-artifact/commit/f8aaee4a210a18d68ebae4a0694be12377e38762"><code>f8aaee4</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/322">#322</a>
from actions/robherley/deprecation-notice</li>
<li><a
href="https://github.com/actions/download-artifact/commit/d98334b11d13d83933069c7e52a609290f880d37"><code>d98334b</code></a>
Update readme with v3/v2/v1 deprecation notice</li>
<li>See full diff in <a
href="https://github.com/actions/download-artifact/compare/c850b930e6ba138125429b7e5c93fc707a7f8427...8caf195ad4b1dee92908e23f56eeb0696f1dd42d">compare
view</a></li>
</ul>
</details>
<br />

Updates `slackapi/slack-github-action` from 1.25.0 to 1.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slackapi/slack-github-action/releases">slackapi/slack-github-action's
releases</a>.</em></p>
<blockquote>
<h2>Slack Send V1.26.0</h2>
<h2>What's Changed</h2>
<p>This release provides an escape hatch for sending the JSON content of
a payload file exactly as is, without replacing any templated
variables!</p>
<p>Previously a payload file was parsed and templated variables were
replaced with values from <code>github.context</code> and
<code>github.env</code>. Any undefined variables were replaced with
<code>???</code> in this process, which might have caused questions.</p>
<p>That remains the default behavior, but now the JSON contents of a
payload file can be sent exactly as written by setting the
<code>payload-file-path-parsed</code> input to <code>false</code>:</p>
<pre lang="yaml"><code>- name: Send custom JSON data to Slack workflow
  id: slack
  uses: slackapi/[email protected]
  with:
    payload-file-path: &quot;./payload-slack-content.json&quot;
    payload-file-path-parsed: false
  env:
    SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
</code></pre>
<p>With this change, the contents of the example
<code>payload-slack-content.json</code> will be sent to a webhook URL
exactly as is!</p>
<h2>Recent commits</h2>
<h3>Enhancements</h3>
<ul>
<li>allow to use json file as is without replacing/parsing anything by
<a href="https://github.com/talgendler"><code>@​talgendler</code></a> in
<a
href="https://redirect.github.com/slackapi/slack-github-action/pull/299">slackapi/slack-github-action#299</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>docs(readme): adjust whitespace in env assignment by <a
href="https://github.com/paulo9mv"><code>@​paulo9mv</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/296">slackapi/slack-github-action#296</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>ci(test): collect environment secrets from a prepared staging
environment by <a
href="https://github.com/zimeg"><code>@​zimeg</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/294">slackapi/slack-github-action#294</a></li>
<li>ci(test): share environment secrets with pull requests from forked
prs by <a href="https://github.com/zimeg"><code>@​zimeg</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/297">slackapi/slack-github-action#297</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump eslint-plugin-jsdoc from 46.10.1 to 48.2.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/295">slackapi/slack-github-action#295</a></li>
<li>Bump eslint from 8.56.0 to 8.57.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/289">slackapi/slack-github-action#289</a></li>
<li>Bump mocha from 10.2.0 to 10.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/288">slackapi/slack-github-action#288</a></li>
<li>Bump https-proxy-agent from 7.0.2 to 7.0.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/290">slackapi/slack-github-action#290</a></li>
<li>Bump <code>@​slack/web-api</code> from 6.12.0 to 7.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/287">slackapi/slack-github-action#287</a></li>
<li>Bump mocha from 10.3.0 to 10.4.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/300">slackapi/slack-github-action#300</a></li>
<li>Bump axios from 1.6.7 to 1.6.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/301">slackapi/slack-github-action#301</a></li>
<li>Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/slackapi/slack-github-action/pull/302">slackapi/slack-github-action#302</a></li>
</ul>
<h2>New Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/70cd7be8e40a46e8b0eced40b0de447bdb42f68e"><code>70cd7be</code></a>
Automatic compilation</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/53b162f7f5bedbf55515caebaee839322b18fb28"><code>53b162f</code></a>
chore(release): tag release v1.26.0</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/47d8e4218e08240b2c0bfcf7ed1b182c905b2246"><code>47d8e42</code></a>
feat: introduce an option to send payload file json without replacing
variabl...</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/d4473740bfcff61a77fb1beca1f0f0dbd4ce967a"><code>d447374</code></a>
Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/302">#302</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/b638b31d0502670243c3c2ee2001791e62875e4d"><code>b638b31</code></a>
Bump axios from 1.6.7 to 1.6.8 (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/301">#301</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/c76311a14e972ca3a4cca1aff91e1218236a3d3c"><code>c76311a</code></a>
Bump mocha from 10.3.0 to 10.4.0 (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/300">#300</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/d4358d2ffe2208c28e9366280dede1bb16470b44"><code>d4358d2</code></a>
docs(readme): adjust whitespace in env assignment (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/296">#296</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/cb3763edf2d5e874e3b431699044f6b047e69908"><code>cb3763e</code></a>
ci(test): share environment secrets with pull requests from forked prs
(<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/297">#297</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/86bebf87bfee73c20cf1b424e11c83d60187fce1"><code>86bebf8</code></a>
Bump <code>@​slack/web-api</code> from 6.12.0 to 7.0.2 (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/287">#287</a>)</li>
<li><a
href="https://github.com/slackapi/slack-github-action/commit/efa31bf63c767208beb3cd392d911d85cac8421d"><code>efa31bf</code></a>
Bump https-proxy-agent from 7.0.2 to 7.0.4 (<a
href="https://redirect.github.com/slackapi/slack-github-action/issues/290">#290</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/slackapi/slack-github-action/compare/6c661ce58804a1a20f6dc5fbee7f0381b469e001...70cd7be8e40a46e8b0eced40b0de447bdb42f68e">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 0cd81d3 commit 355be99
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/annotate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Trunk Check
uses: trunk-io/trunk-action@540e7fe497a45ae76370d26d95cc249059c4ac3a # v1.1.12
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b # v1.1.13
with:
post-annotations: true
# This job may fail when the PR was not run on a fork, and that's okay
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
# Override language selection by uncommenting this and choosing your languages
with:
languages: javascript

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -56,4 +56,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload Test Outputs for Upload Job
# Only upload results from latest. Always run, except when cancelled.
if: (failure() || success()) && matrix.linter-version == 'Latest'
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: ${{ matrix.results-file }}-test-results
path: ${{ matrix.results-file }}-res.json
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Upload Test Outputs for Notification Job
# Always run, except when cancelled.
if: (failure() || success())
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: tools-${{ matrix.results-file }}-test-results
path: ${{ matrix.results-file }}-res.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
lfs: true

- name: Trunk Check
uses: trunk-io/trunk-action@540e7fe497a45ae76370d26d95cc249059c4ac3a
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b
env:
TRUNK_GITHUB_CHECK_RUN_TITLE: Trunk Check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ 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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
private_key: ${{ secrets.TRUNK_OPEN_PR_APP_PRIVATE_KEY }}

- name: Trunk Upgrade
uses: trunk-io/trunk-action/upgrade@540e7fe497a45ae76370d26d95cc249059c4ac3a
uses: trunk-io/trunk-action/upgrade@da67635060feab46c164bc130690e61864a5d13b
with:
arguments: -n --bleeding-edge
github-token: ${{ steps.generate-token.outputs.token }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/upload_results.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@ jobs:

- name: Retrieve Test Outputs ubuntu
id: download-ubuntu
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
continue-on-error: true
with:
name: ${{ inputs.results-prefix }}ubuntu-latest-test-results

- name: Retrieve Test Outputs macOS
id: download-macos
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
continue-on-error: true
with:
name: ${{ inputs.results-prefix }}macos-latest-test-results

- name: Retrieve Test Outputs Windows
id: download-windows
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
continue-on-error: true
with:
name: ${{ inputs.results-prefix }}windows-latest-test-results
Expand All @@ -96,7 +96,7 @@ jobs:
echo "::endgroup::"
- name: Slack Notification For Missing Artifacts
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
if:
steps.download-ubuntu.outcome == 'failure' || steps.download-macos.outcome == 'failure' ||
steps.download-windows.outcome == 'failure'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
# Slack notifications
- name: Slack Notification For Failures
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
if: always() && steps.parse.outputs.failures == 'true'
with:
channel-id: ${{ env.SLACK_CHANNEL_ID }}
Expand All @@ -188,7 +188,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ secrets.TRUNKBOT_SLACK_BOT_TOKEN }}

- name: Slack Notification For Staging Upload Failure
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
if: inputs.upload-validated-versions == true && steps.upload-staging.outcome == 'failure'
with:
channel-id: ${{ env.SLACK_CHANNEL_ID }}
Expand All @@ -209,7 +209,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ secrets.TRUNKBOT_SLACK_BOT_TOKEN }}

- name: Slack Notification For Prod Upload Failure
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
if: inputs.upload-validated-versions == true && steps.upload-prod.outcome == 'failure'
with:
channel-id: ${{ env.SLACK_CHANNEL_ID }}
Expand Down

0 comments on commit 355be99

Please sign in to comment.