From 654847793f769db84f0cce1db4391a2f4d04487b Mon Sep 17 00:00:00 2001 From: kaitoyama Date: Wed, 3 Jun 2026 23:29:58 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20GitHub=20Actions=20=E3=82=92=20SHA=20?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=20/=20lockfile=20=E5=B0=8A=E9=87=8D=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=EF=BC=88=E6=8F=90?= =?UTF-8?q?=E6=A1=88=E3=83=BB=E8=87=AA=E5=8B=95=E7=94=9F=E6=88=90=EF=BC=89?= =?UTF-8?q?\n\nCo-Authored-By:=20Claude=20Opus=204.8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 538ca82..1f11fbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: node-version: '16' cache: 'npm' @@ -22,9 +22,9 @@ jobs: needs: [packages] steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: node-version: '16' cache: 'npm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7713f2b..2f44e6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,16 +12,16 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - id: auth name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0 with: credentials_json: '${{ secrets.GCP_SA_KEY }}' - name: deploy - uses: google-github-actions/deploy-cloud-functions@v1 + uses: google-github-actions/deploy-cloud-functions@4f9427c63ffe3ceeae0032efc3ebeb686417c1cf # v1.0.1 with: name: sysad-webhook-logger runtime: nodejs16 From 769b5059bf2fb462ff5f22dd7693d2e037b60192 Mon Sep 17 00:00:00 2001 From: kaitoyama Date: Wed, 3 Jun 2026 23:29:58 +0900 Subject: [PATCH 2/2] =?UTF-8?q?deps:=20package.json=20=E3=82=92=20lockfile?= =?UTF-8?q?=20=E8=A7=A3=E6=B1=BA=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AB=E5=9B=BA=E5=AE=9A=EF=BC=88=E6=8F=90=E6=A1=88?= =?UTF-8?q?=E3=83=BB=E8=87=AA=E5=8B=95=E7=94=9F=E6=88=90=EF=BC=89\n\nCo-Au?= =?UTF-8?q?thored-By:=20Claude=20Opus=204.8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c357e4b..06d4453 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ "author": "traP", "license": "MIT", "dependencies": { - "node-fetch": "^3.2.1" + "node-fetch": "3.2.1" }, "engines": { "node": ">=16" }, "private": true, "devDependencies": { - "eslint": "^8.10.0", - "eslint-config-prettier": "^8.4.0", - "eslint-plugin-prettier": "^4.0.0", - "prettier": "^2.5.1" + "eslint": "8.10.0", + "eslint-config-prettier": "8.4.0", + "eslint-plugin-prettier": "4.0.0", + "prettier": "2.5.1" } }