Skip to content

Commit 8899612

Browse files
committed
Upgrade GitHub Actions to latest versions
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 3f25496 commit 8899612

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-ui-tars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
cat ./scripts/merge-yml/latest-mac.yml
181181
echo "releaseName=$(cat ./scripts/merge-yml/latest-mac.yml | grep version | cut -d' ' -f2)" >> $GITHUB_OUTPUT
182182
- name: Upload to Release
183-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
183+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
184184
with:
185185
fail_on_unmatched_files: true
186186
tag_name: v${{ steps.merge_yaml.outputs.releaseName }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
# Upload the results to GitHub's code scanning dashboard (optional).
6060
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6161
- name: "Upload to code-scanning"
62-
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
62+
uses: github/codeql-action/upload-sarif@59c2c1ca13dff455ab22ad8157d6ab220447da29 # v4
6363
with:
6464
sarif_file: results.sarif

.github/workflows/secretlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- name: Get changed files
2323
id: changed-files
24-
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
24+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.1
2525
- name: setup Node ${{ matrix.node-version }}
2626
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
2727
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 20
4949
cache: 'pnpm'
50-
- uses: browser-actions/setup-chrome@v1
50+
- uses: browser-actions/setup-chrome@v2
5151
with:
5252
chrome-version: 120
5353
install-dependencies: true
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run test
5959
run: npm exec turbo run coverage
6060
- name: Upload coverage data
61-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
61+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
6262
with:
6363
fail_ci_if_error: true
6464
disable_search: true

0 commit comments

Comments
 (0)