mirror of
https://github.com/safing/web
synced 2026-04-28 03:20:42 +00:00
ci: Update github actions
This commit is contained in:
parent
6017460876
commit
d0f8b4ab34
3 changed files with 3 additions and 3 deletions
2
.github/workflows/issues-first-greet.yml
vendored
2
.github/workflows/issues-first-greet.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
greet:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
- uses: actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 # v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Respond to first time issue raisers.
|
||||
|
|
|
|||
2
.github/workflows/issues-label-actions.yml
vendored
2
.github/workflows/issues-label-actions.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/label-actions@v3
|
||||
- uses: dessant/label-actions@ade7bcd4c1b30de6ba8e556cc31301fd4f79ca65 # v3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config-path: ".github/label-actions.yml"
|
||||
|
|
|
|||
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Increase max operations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue