Skip to content

Commit 5a98a98

Browse files
chore(deps): pin dependencies (#1854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99e74dd commit 5a98a98

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: rm -rfv dist/mac-universal
3737

3838
- name: Upload artifacts
39-
uses: actions/[email protected]
39+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4040
with:
4141
name: Gitify-dist-mac
4242
path: dist/
@@ -68,7 +68,7 @@ jobs:
6868
run: Remove-Item dist/win-unpacked -Recurse
6969

7070
- name: Upload artifacts
71-
uses: actions/[email protected]
71+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7272
with:
7373
name: Gitify-dist-win
7474
path: dist
@@ -100,7 +100,7 @@ jobs:
100100
run: rm -rfv dist/linux-unpacked
101101

102102
- name: Upload artifacts
103-
uses: actions/[email protected]
103+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
104104
with:
105105
name: Gitify-dist-linux
106106
path: dist

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
NOTARIZE: true
4343

4444
- name: Upload artifacts
45-
uses: actions/[email protected]
45+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4646
with:
4747
name: Gitify-release-mac
4848
path: dist/
@@ -76,7 +76,7 @@ jobs:
7676
GH_TOKEN: ${{ secrets.github_token }}
7777

7878
- name: Upload artifacts
79-
uses: actions/[email protected]
79+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8080
with:
8181
name: Gitify-release-win
8282
path: dist/
@@ -110,7 +110,7 @@ jobs:
110110
GH_TOKEN: ${{ secrets.github_token }}
111111

112112
- name: Upload artifacts
113-
uses: actions/[email protected]
113+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114114
with:
115115
name: Gitify-release-linux
116116
path: dist/

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: pnpm test --coverage --runInBand --verbose
3030

3131
- name: Archive code coverage results
32-
uses: actions/[email protected]
32+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3333
with:
3434
name: code-coverage-report
3535
path: coverage/lcov.info
@@ -59,13 +59,13 @@ jobs:
5959
- run: pnpm install
6060

6161
- name: Download a single artifact
62-
uses: actions/[email protected]
62+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6363
with:
6464
name: code-coverage-report
6565
path: coverage/
6666

6767
- name: SonarQube Cloud Scan
68-
uses: SonarSource/[email protected]
68+
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Validate PR title
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected]
24+
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2525
with:
2626
script: |
2727
const title = context.payload.pull_request.title;
@@ -45,4 +45,4 @@ jobs:
4545
name: Auto-label PR
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: fuxingloh/[email protected]
48+
- uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0

0 commit comments

Comments
 (0)