diff --git a/.gitea/workflows/run-tas.yaml b/.gitea/workflows/run-tas.yaml index 3f5d2df..fa227ef 100644 --- a/.gitea/workflows/run-tas.yaml +++ b/.gitea/workflows/run-tas.yaml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@a55babe9a1d6d0dc92c221ae75a526f73c7928bd # 1.3.2 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@a55babe9a1d6d0dc92c221ae75a526f73c7928bd # 1.3.2 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@2dec8f2e703a847bf7de1f521d73425e8f969a02 # 1.3.3 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@2dec8f2e703a847bf7de1f521d73425e8f969a02 # 1.3.3 - env: TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy run: | diff --git a/package-lock.json b/package-lock.json index 65afc0c..21fe2a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/jest": "30.0.0", - "@types/node": "24.10.12", + "@types/node": "24.10.13", "esbuild": "0.27.3", "jest": "30.2.0", "prettier": "3.8.1", @@ -1661,9 +1661,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.12.tgz", - "integrity": "sha512-68e+T28EbdmLSTkPgs3+UacC6rzmqrcWFPQs1C8mwJhI/r5Uxr0yEuQotczNRROd1gq30NGxee+fo0rSIxpyAw==", + "version": "24.10.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.13.tgz", + "integrity": "sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e990242..25cd7ca 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/jest": "30.0.0", - "@types/node": "24.10.12", + "@types/node": "24.10.13", "esbuild": "0.27.3", "jest": "30.2.0", "prettier": "3.8.1",