Skip to content

Commit 9ff657e

Browse files
committed
chore(deps): update github actions
1 parent ca80201 commit 9ff657e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/export_cloud_build_logs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pr_number: ${{ steps.detect_pr_number.outputs.pr_number }}
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4141

4242
- name: Install GitHub CLI
4343
run: sudo apt-get update && sudo apt-get install -y gh
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Detect all failed Cloud Build checks
6161
id: detect_failures
62-
uses: actions/github-script@v8
62+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6363
env:
6464
PR_NUMBER: ${{ steps.detect_pr_number.outputs.pr_number }}
6565
with:

.github/workflows/lint-toolbox-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
console.log('Failed to remove label. Another job may have already removed it!');
5858
}
5959
- name: Checkout code
60-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/lint-toolbox-langchain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
console.log('Failed to remove label. Another job may have already removed it!');
5858
}
5959
- name: Checkout code
60-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/lint-toolbox-llamaindex.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
console.log('Failed to remove label. Another job may have already removed it!');
5858
}
5959
- name: Checkout code
60-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Setup Python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6767
with:
6868
python-version: "3.13"
6969

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
issues: 'write'
3030
pull-requests: 'write'
3131
steps:
32-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
32+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3333
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)