Skip to content

chore(deps): pin dependencies #1854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: rm -rfv dist/mac-universal

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-dist-mac
path: dist/
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: Remove-Item dist/win-unpacked -Recurse

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-dist-win
path: dist
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: rm -rfv dist/linux-unpacked

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-dist-linux
path: dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
NOTARIZE: true

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-release-mac
path: dist/
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
GH_TOKEN: ${{ secrets.github_token }}

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-release-win
path: dist/
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
GH_TOKEN: ${{ secrets.github_token }}

- name: Upload artifacts
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: Gitify-release-linux
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: pnpm test --coverage --runInBand --verbose

- name: Archive code coverage results
uses: actions/[email protected]
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: code-coverage-report
path: coverage/lcov.info
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
- run: pnpm install

- name: Download a single artifact
uses: actions/[email protected]
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: code-coverage-report
path: coverage/

- name: SonarQube Cloud Scan
uses: SonarSource/[email protected]
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const title = context.payload.pull_request.title;
Expand All @@ -45,4 +45,4 @@ jobs:
name: Auto-label PR
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/[email protected]
- uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0