chore(deps): pin dependencies (#2366)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
co-authored by
TrueCharts-Bot
parent
3e9ab6243c
commit
da7e29ad6c
@@ -14,12 +14,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Download workflow artifact
|
- name: Download workflow artifact
|
||||||
uses: dawidd6/action-download-artifact@v2.17.0
|
uses: dawidd6/action-download-artifact@575b1e4167df67acf7e692af784566618b23c71e # tag=v2.17.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.BOT_TOKEN }}
|
github_token: ${{ secrets.BOT_TOKEN }}
|
||||||
workflow: pr-validate.yaml
|
workflow: pr-validate.yaml
|
||||||
@@ -29,12 +29,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Read the pr_number file
|
- name: Read the pr_number file
|
||||||
id: pr_num_reader
|
id: pr_num_reader
|
||||||
uses: juliangruber/read-file-action@v1.1.4
|
uses: juliangruber/read-file-action@ebfa650188272343fef925480eb4d18c5d49b925 # tag=v1.1.4
|
||||||
with:
|
with:
|
||||||
path: ./pr_metadata/pr_number.txt
|
path: ./pr_metadata/pr_number.txt
|
||||||
|
|
||||||
- name: "Get workflow job status"
|
- name: "Get workflow job status"
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # tag=v6
|
||||||
id: get-workflow-jobs
|
id: get-workflow-jobs
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.BOT_TOKEN }}
|
github-token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|||||||
@@ -22,11 +22,11 @@ jobs:
|
|||||||
name: Label commenter
|
name: Label commenter
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- uses: peaceiris/actions-label-commenter@v1
|
- uses: peaceiris/actions-label-commenter@f0dbbef043eb1b150b566db36b0bdc8b7f505579 # tag=v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.BOT_TOKEN }}
|
github_token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Label Size
|
- name: Label Size
|
||||||
uses: pascalgn/size-label-action@v0.4.3
|
uses: pascalgn/size-label-action@1619680c5ac1ef360b944bb56a57587ba4aa2af8 # tag=v0.4.3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -12,12 +12,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Sync Labels
|
- name: Sync Labels
|
||||||
uses: EndBug/label-sync@v2
|
uses: EndBug/label-sync@d682578e83bb20820aef1d1cda75aaa795f217ae # tag=v2
|
||||||
with:
|
with:
|
||||||
config-file: |
|
config-file: |
|
||||||
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml
|
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check for stale issues and PRs
|
- name: Check for stale issues and PRs
|
||||||
uses: actions/stale@v5
|
uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag=v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.BOT_TOKEN }}
|
repo-token: ${{ secrets.BOT_TOKEN }}
|
||||||
days-before-issue-stale: 180
|
days-before-issue-stale: 180
|
||||||
|
|||||||
Reference in New Issue
Block a user