mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 22:50:32 +00:00
ci: Update config
This commit is contained in:
1
.github/.cspell/project-dictionary.txt
vendored
1
.github/.cspell/project-dictionary.txt
vendored
@@ -27,6 +27,7 @@ pluginconf
|
|||||||
ppcle
|
ppcle
|
||||||
prek
|
prek
|
||||||
quickinstall
|
quickinstall
|
||||||
|
rclone
|
||||||
rdme
|
rdme
|
||||||
rootfs
|
rootfs
|
||||||
sccache
|
sccache
|
||||||
|
|||||||
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: cargo
|
- package-ecosystem: cargo # zizmor: ignore[dependabot-cooldown] # Unless dependencies are pinned/locked, the effect is limited.
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
@@ -14,6 +14,8 @@ updates:
|
|||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
cooldown:
|
||||||
|
default-days: 7
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: ''
|
prefix: ''
|
||||||
labels: []
|
labels: []
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -258,6 +258,8 @@ jobs:
|
|||||||
release_date="${RELEASE_DATE}"
|
release_date="${RELEASE_DATE}"
|
||||||
|
|
||||||
# Make sure the current revision is same as prepare step.
|
# Make sure the current revision is same as prepare step.
|
||||||
|
# --unshallow is necessary to successfully push the
|
||||||
|
# "releases/${major_version_tag}" branch in the subsequent step.
|
||||||
retry git fetch origin --unshallow &>/dev/null
|
retry git fetch origin --unshallow &>/dev/null
|
||||||
rev=$(git rev-parse HEAD)
|
rev=$(git rev-parse HEAD)
|
||||||
if [[ "${rev}" != "${PREPARE_REV}" ]]; then
|
if [[ "${rev}" != "${PREPARE_REV}" ]]; then
|
||||||
|
|||||||
2
.github/zizmor.yml
vendored
2
.github/zizmor.yml
vendored
@@ -2,10 +2,8 @@
|
|||||||
# https://docs.zizmor.sh/configuration/
|
# https://docs.zizmor.sh/configuration/
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
dependabot-cooldown: { disable: true } # Unless dependencies are pinned/locked, the effect is limited.
|
|
||||||
secrets-inherit: { disable: true }
|
secrets-inherit: { disable: true }
|
||||||
unpinned-uses:
|
unpinned-uses:
|
||||||
config:
|
config:
|
||||||
policies:
|
policies:
|
||||||
taiki-e/*: any
|
taiki-e/*: any
|
||||||
'*': ref-pin
|
|
||||||
|
|||||||
Reference in New Issue
Block a user