Skip to content

Commit

Permalink
chore(deps): update github actions (#364)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://togithub.com/actions/cache) | action | digest | `ab5e6d0` -> `0c45773` |
| [chromaui/action](https://togithub.com/chromaui/action) | action | digest | `306092d` -> `da24ada` |
| [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | patch | `v3.1.2` -> `v3.1.4` |
| [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `3ab4101` -> `05963f4` |

---

### Release Notes

<details>
<summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary>

### [`v3.1.4`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v3.1.4)

[Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v3.1.3...v3.1.4)

#### What's Changed

-   build(deps): bump adm-zip from 0.5.10 to 0.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in [dawidd6/action-download-artifact#282
-   build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.2 to 2.1.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [dawidd6/action-download-artifact#280
-   fix: accept expired artifacts with documentation url by [@&#8203;wdconinc](https://togithub.com/wdconinc) in [dawidd6/action-download-artifact#283

#### New Contributors

-   [@&#8203;wdconinc](https://togithub.com/wdconinc) made their first contribution in [dawidd6/action-download-artifact#283

**Full Changelog**: dawidd6/action-download-artifact@v3...v3.1.4

### [`v3.1.3`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v3.1.3)

[Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v3.1.2...v3.1.3)

#### What's Changed

-   node_modules: upgrade by [@&#8203;dawidd6](https://togithub.com/dawidd6) in [dawidd6/action-download-artifact#276
-   build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.1 to 2.1.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [dawidd6/action-download-artifact#277

**Full Changelog**: dawidd6/action-download-artifact@v3.1.2...v3.1.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #364
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] committed Mar 20, 2024
2 parents 0a78482 + bd105ba commit e7934f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@306092d42c0743800aadf544ee263cbc56598b1b # v11
uses: chromaui/action@da24ada70a2efc3f0b6e1af46fe1b39d2c9d06cf # v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm install

- name: Restore next build
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
id: restore-build-cache
env:
cache-name: cache-next-build
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # v3.1.2
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down

0 comments on commit e7934f0

Please sign in to comment.