Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-6fa4d908f2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia authored Apr 13, 2024
2 parents 26ea3db + 6318856 commit cb40611
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 44 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
contents: write
packages: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
git push origin $TAGNAME
- name: report result
uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand All @@ -76,7 +76,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
ref: ${{ github.ref_name }}

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: sarisia/actions/conclusion@main
id: ghapi

- uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
- uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
packages: read
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}

- name: build
uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
Expand All @@ -31,7 +31,7 @@ jobs:
npm run build
- name: report result
uses: sarisia/actions-status-discord@c242b3a624337aa95f4727dd779a62f408c69e91
uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
74 changes: 44 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@types/jest": "^29.5.12",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"npm-check-updates": "^16.14.15",
"npm-check-updates": "^16.14.18",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@types/node": "^20.11.24",
"axios": "^1.6.7"
"@types/node": "^20.12.2",
"axios": "^1.6.8"
}
}

0 comments on commit cb40611

Please sign in to comment.