File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3636 run : rm -rfv dist/mac-universal
3737
3838 - name : Upload artifacts
39- uses : actions/upload-artifact@v4.6.1
39+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4040 with :
4141 name : Gitify-dist-mac
4242 path : dist/
6868 run : Remove-Item dist/win-unpacked -Recurse
6969
7070 - name : Upload artifacts
71- uses : actions/upload-artifact@v4.6.1
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/upload-artifact@v4.6.1
103+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
104104 with :
105105 name : Gitify-dist-linux
106106 path : dist
Original file line number Diff line number Diff line change 4242 NOTARIZE : true
4343
4444 - name : Upload artifacts
45- uses : actions/upload-artifact@v4.6.1
45+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4646 with :
4747 name : Gitify-release-mac
4848 path : dist/
7676 GH_TOKEN : ${{ secrets.github_token }}
7777
7878 - name : Upload artifacts
79- uses : actions/upload-artifact@v4.6.1
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/upload-artifact@v4.6.1
113+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114114 with :
115115 name : Gitify-release-linux
116116 path : dist/
Original file line number Diff line number Diff line change 2929 - run : pnpm test --coverage --runInBand --verbose
3030
3131 - name : Archive code coverage results
32- uses : actions/upload-artifact@v4.6.1
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/download-artifact@v4.1.8
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/sonarqube-scan-action@v5.0.0
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 }}
Original file line number Diff line number Diff line change 2121 name : Validate PR title
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/github-script@v7.0.1
24+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2525 with :
2626 script : |
2727 const title = context.payload.pull_request.title;
4545 name : Auto-label PR
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : fuxingloh/multi-labeler@v4.0.0
48+ - uses : fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
You can’t perform that action at this time.
0 commit comments