Skip to content

Commit

Permalink
chore(deps): update github-actions (#307)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github/codeql-action](https://github.com/github/codeql-action)
| action | digest | `b6a472f` -> `f6091c0` |
|
[taiki-e/install-action](https://github.com/taiki-e/install-action)
| action | patch | `v2.47.18` -> `v2.47.25` |

---

### Release Notes

<details>
<summary>taiki-e/install-action (taiki-e/install-action)</summary>

###
[`v2.47.25`](https://github.com/taiki-e/install-action/releases/tag/v2.47.25):
2.47.25

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.24...v2.47.25)

-   Update `release-plz@latest` to 0.3.114.

-   Update `git-cliff@latest` to 2.8.0.

###
[`v2.47.24`](https://github.com/taiki-e/install-action/releases/tag/v2.47.24):
2.47.24

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.23...v2.47.24)

-   Update `syft@latest` to 1.19.0.

-   Update `just@latest` to 1.39.0.

###
[`v2.47.23`](https://github.com/taiki-e/install-action/releases/tag/v2.47.23):
2.47.23

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23)

-   Update `wasmtime@latest` to 29.0.1.

###
[`v2.47.22`](https://github.com/taiki-e/install-action/releases/tag/v2.47.22):
2.47.22

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.21...v2.47.22)

-   Update `trunk@latest` to 0.21.7.

###
[`v2.47.21`](https://github.com/taiki-e/install-action/releases/tag/v2.47.21):
2.47.21

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.20...v2.47.21)

-   Update `knope@latest` to 0.18.3.

###
[`v2.47.20`](https://github.com/taiki-e/install-action/releases/tag/v2.47.20):
2.47.20

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.19...v2.47.20)

-   Update `wasmtime@latest` to 29.0.0.

###
[`v2.47.19`](https://github.com/taiki-e/install-action/releases/tag/v2.47.19):
2.47.19

[Compare
Source](https://github.com/taiki-e/install-action/compare/v2.47.18...v2.47.19)

-   Update `trunk@latest` to 0.21.6.

-   Update `parse-changelog@latest` to 0.6.11.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on monday" in timezone Asia/Shanghai,
Automerge - "on monday" in timezone Asia/Shanghai.

🚦 **Automerge**: Enabled.

♻ **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://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/eslint-plugin-oxlint).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 78794f1 commit e085aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
persist-credentials: false

- uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
- uses: taiki-e/install-action@1936c8cfe365805f86ceb097d570620cc3a19932 # v2.47.25
with:
tool: zizmor

Expand All @@ -37,7 +37,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
with:
sarif_file: results.sarif
category: zizmor

0 comments on commit e085aae

Please sign in to comment.