Skip to content

Commit ae44c64

Browse files
authored
Update all GitHub Actions to the latest versions (#2690)
* Update all GitHub Actions to the latest versions
1 parent f338cc5 commit ae44c64

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.github/workflows/codeql-codescan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v4.2.2
4040

4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v2

.github/workflows/issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Adding Issue Label
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: Renato66/auto-label@v2.3.0
21+
- uses: Renato66/auto-label@v3.1.0
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
ignore-comments: true
@@ -28,7 +28,7 @@ jobs:
2828
name: Greeting Message to User
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/first-interaction@v1
31+
- uses: actions/first-interaction@v1.3.0
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}
3434
issue-message: "Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/develop/CONTRIBUTING.md) and [Issue Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/develop/ISSUE_GUIDELINES.md) to ensure that you are following our guidelines for contributing and making issues."

.github/workflows/pull-request-target.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Add the PR Review Policy
22-
uses: thollander/actions-comment-pull-request@v2
22+
uses: thollander/actions-comment-pull-request@v3.0.1
2323
with:
2424
comment_tag: pr_review_policy
2525
message: |
@@ -67,7 +67,7 @@ jobs:
6767
2. Read the CONTRIBUTING.md file make
6868
6969
- name: Greeting Message to User
70-
uses: actions/first-interaction@v1
70+
uses: actions/first-interaction@v1.3.0
7171
with:
7272
repo-token: ${{ secrets.GITHUB_TOKEN }}
7373
pr-message: "Congratulations on making your first PR! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa-api/blob/-/CONTRIBUTING.md) and [PR Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa-api/blob/-/PR_GUIDELINES.md) to ensure that you are following our guidelines for contributing and creating PR."

.github/workflows/pull-request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout this repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v4.2.2
2929
- name: Build talawa api non production environment docker image
3030
run: docker buildx build --file ./docker/api.Containerfile --tag talawa_api --target non_production ./
3131
- name: Check type errors
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout this repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v4.2.2
3939
- name: Build talawa api non production environment docker image
4040
run: docker buildx build --file ./docker/api.Containerfile --tag talawa_api --target non_production ./
4141
- name: Check gql tada
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout this repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v4.2.2
4949
- name: Build talawa api non production environment docker image
5050
run: docker buildx build --file ./docker/api.Containerfile --tag talawa_api --target non_production ./
5151
- name: Check drizzle migrations
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout this repository
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v4.2.2
5959
- name: Build talawa api non production environment docker image
6060
run: docker buildx build --file ./docker/api.Containerfile --tag talawa_api --target non_production ./
6161
- name: Check type errors
@@ -66,10 +66,10 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Checkout this repository
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v4.2.2
7070
- id: changed_files
7171
name: Get changed files
72-
uses: tj-actions/changed-files@v45
72+
uses: tj-actions/changed-files@v45.0.4
7373
with:
7474
files: |
7575
.coderabbit.yaml
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Checkout this repository
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v4.2.2
9999
- name: Create .env file for talawa api testing environment
100100
run: cp ./envFiles/.env.ci ./.env
101101
- name: Build talawa api compose testing environment

.github/workflows/stale.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/stale@v8
29-
with:
30-
repo-token: ${{ secrets.GITHUB_TOKEN }}
31-
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
32-
stale-pr-message: 'This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.'
33-
close-issue-message: 'This issue did not get any activity in the past 180 days and thus has been closed. Please check if the newest release or develop branch has it fixed. Please, create a new issue if the issue is not fixed.'
34-
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
35-
stale-issue-label: 'no-issue-activity'
36-
stale-pr-label: 'no-pr-activity'
37-
days-before-stale: 10
38-
days-before-close: 180
39-
remove-stale-when-updated: true
40-
exempt-all-milestones: true
41-
exempt-pr-labels: 'wip'
42-
exempt-issue-labels: 'wip'
43-
operations-per-run: 30
28+
- uses: actions/stale@v9.0.0
29+
with:
30+
repo-token: ${{ secrets.GITHUB_TOKEN }}
31+
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
32+
stale-pr-message: 'This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.'
33+
close-issue-message: 'This issue did not get any activity in the past 180 days and thus has been closed. Please check if the newest release or develop branch has it fixed. Please, create a new issue if the issue is not fixed.'
34+
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
35+
stale-issue-label: 'no-issue-activity'
36+
stale-pr-label: 'no-pr-activity'
37+
days-before-stale: 10
38+
days-before-close: 180
39+
remove-stale-when-updated: true
40+
exempt-all-milestones: true
41+
exempt-pr-labels: 'wip'
42+
exempt-issue-labels: 'wip'
43+
operations-per-run: 30

0 commit comments

Comments
 (0)